Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "amaze-tdd", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "A package for conducting functional front-end tests.", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -12,4 +12,8 @@ # Amaze test-driven development | ||
Install the testing suite into each project root directory with: | ||
Install the suite globally to have easy access to `amaze` from the command line: | ||
`npm install -g amaze-tdd` | ||
Then install the testing suite into each project root directory with: | ||
`npm install amaze-tdd` | ||
@@ -19,3 +23,3 @@ | ||
**Ensure the testing suite is required in the test** | ||
Ensure the testing suite is required in the test | ||
@@ -53,2 +57,5 @@ `var Amaze = require('amaze-tdd)` | ||
### 0.0.12 | ||
* Directory structure updates; needed an index.js for easier module loading | ||
### 0.0.11 | ||
@@ -55,0 +62,0 @@ * Removed selenium/mocha wrapper to reduce dependencies |
@@ -1,2 +0,2 @@ | ||
var Amaze = require('../amaze'); | ||
var Amaze = require('../lib/amaze'); | ||
@@ -3,0 +3,0 @@ suite('Visit Google to search', function() { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
92597295
25
67
15