Socket
Socket
Sign inDemoInstall

ember-cli-browser-navigation-button-test-helper

Package Overview
Dependencies
186
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

2

index.js

@@ -5,3 +5,3 @@ /* jshint node: true */

module.exports = {
name: 'ember-cli-back-button-test-helper'
name: 'ember-cli-browser-navigation-button-test-helper'
};
{
"name": "ember-cli-browser-navigation-button-test-helper",
"version": "0.0.1",
"version": "0.0.2",
"description": "Test helper to simulate browsers back and forward button in acceptance tests.",

@@ -14,3 +14,3 @@ "directories": {

},
"repository": "https://github.com/jelhan/ember-cli-browser-navigation-button-test-helper",
"repository": "https://github.com/jelhan/ember-cli-browser-navigation-button-test-helpers",
"engines": {

@@ -17,0 +17,0 @@ "node": ">= 0.10.0"

# ember-cli-browser-navigation-button-test-helper
[![Build Status](https://travis-ci.org/jelhan/ember-cli-browser-navigation-button-test-helpers.svg?branch=master)](https://travis-ci.org/jelhan/ember-cli-browser-navigation-button-test-helpers)

@@ -6,4 +7,4 @@ Test helper to simulate browsers back and forward buttons in acceptance tests.

## Installation
* `ember-install ember-cli-back-button-test-helper`
* Add `import './browser-navigation-buttons'` to `tests/helpers/start-app.js`.
* `ember-install ember-cli-browser-navigation-button-test-helper`
* Add `import './browser-navigation-buttons';` to `tests/helpers/start-app.js`.
* Add `backButton`, `forwardButton` and `setupBrowserNavigationButtons` as predef in `tests/.jshintrc`.

@@ -17,3 +18,3 @@

There is an usage example [https://github.com/jelhan/ember-cli-browser-navigation-button-test-helpers/blob/master/tests/acceptance/browser-navigation-buttons-test.js](in this acceptance test).
There is an usage example [in this acceptance test](https://github.com/jelhan/ember-cli-browser-navigation-button-test-helpers/blob/master/tests/acceptance/browser-navigation-buttons-test.js).

@@ -20,0 +21,0 @@ ## Running Tests

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc