@fatso83/mini-mocha
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@fatso83/mini-mocha", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A minimal emulation of Mocha", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,3 +6,3 @@ # mini-mocha | ||
This was hacked together very quickly for demo purposes, making it possible to verify bugs on the Sinon issue tracker | ||
without having access to a development environment. Having an API emulation of Mocha makes it easier to [demo bugs on RunKit](https://runkit.com/fatso83/sinon-test-issue-101) when I see a verification test using Mocha or Jasmine, as I can just copy-paste the test into RunKit, add `require('@fatso83/mini-mocha')` at the top and it will run! | ||
without having access to a development environment. Having an API emulation of Mocha makes it easier to [demo bugs on RunKit](https://runkit.com/fatso83/sinon-test-issue-101) when I see a verification test using Mocha or Jasmine, as I can just copy-paste the test into RunKit, add `require('@fatso83/mini-mocha').install()` at the top and it will run! | ||
@@ -12,3 +12,3 @@ ## Typical usage | ||
```javascript | ||
require('@fatso83/mini-mocha'); | ||
require('@fatso83/mini-mocha').install(); | ||
@@ -15,0 +15,0 @@ describe("issue #101 ES5 version", 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
5863