Comparing version 1.9.0 to 1.9.1
{ | ||
"name": "node-tdd", | ||
"version": "1.9.0", | ||
"description": "Test wrapper to abstract commonly used test setups", | ||
"version": "1.9.1", | ||
"description": "Drop in replacement for mocha to abstract commonly used test setups", | ||
"main": "lib/index.js", | ||
@@ -32,3 +32,5 @@ "scripts": { | ||
"tdd", | ||
"test framework" | ||
"test framework", | ||
"mocha", | ||
"drop-in" | ||
], | ||
@@ -35,0 +37,0 @@ "author": "Lukas Siemon", |
@@ -12,3 +12,3 @@ # node-tdd | ||
Test wrapper to abstract commonly used test setups | ||
Drop in replacement for [mocha](https://github.com/mochajs/mocha) to abstract commonly used test setups | ||
@@ -15,0 +15,0 @@ |
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
52131