@gasket/plugin-mocha
Advanced tools
Comparing version 7.0.0-next.70 to 7.0.0
import { register } from 'module'; | ||
import { pathToFileURL } from 'url'; | ||
// Register the Babel loader | ||
register('@gasket/plugin-mocha/node-loader-babel', pathToFileURL('./test')); | ||
// Register the styles loader | ||
register('@gasket/plugin-mocha/node-loader-styles', pathToFileURL('./test')); |
{ | ||
"name": "@gasket/plugin-mocha", | ||
"version": "7.0.0-next.70", | ||
"version": "7.0.0", | ||
"description": "Integrates mocha based testing in to your Gasket application", | ||
@@ -20,2 +20,6 @@ "main": "lib/index.js", | ||
}, | ||
"./node-loader-styles": { | ||
"types": "./lib/node-loader-styles/index.d.ts", | ||
"default": "./lib/node-loader-styles/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
@@ -108,3 +112,3 @@ }, | ||
}, | ||
"gitHead": "f261bf98ca587e646dc61fa49dd50859a0f43a47" | ||
"gitHead": "0d353a2d81f967662947ae4ed2cd949505417dab" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
14760
14
269
0