Socket
Socket
Sign inDemoInstall

amaze-tdd

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amaze-tdd - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

index.js

2

package.json
{
"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() {

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc