mocha-pending-until-fixed
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "mocha-pending-until-fixed", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Marks a mocha test as \"pending until fixed\", which skips if the test fails, but throws if the test succeeds.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
const sinon = require('sinon'); | ||
const { expect } = require('chai'); | ||
const pendingUntilFixed = require('../src/pendingUntilFixed.js'); | ||
const pendingUntilFixed = require('../index.js'); | ||
@@ -6,0 +6,0 @@ describe('pendingUntilFixed', () => { |
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
5600