@stylable/jest
Advanced tools
Comparing version 4.0.0-alpha.10 to 4.0.0
{ | ||
"name": "@stylable/jest", | ||
"version": "4.0.0-alpha.10", | ||
"version": "4.0.0", | ||
"description": "Test your Stylable React components using Jest", | ||
"main": "cjs/index.js", | ||
"types": "cjs/index.d.ts", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"clean": "rimraf ./cjs", | ||
"build": "ts-build src --cjs", | ||
"test": "mocha \"test/**/*.spec.ts?(x)\"", | ||
"prepack": "yarn build" | ||
"test": "mocha \"./dist/test/**/*.spec.js\"" | ||
}, | ||
"dependencies": { | ||
"@stylable/core": "^4.0.0-alpha.10", | ||
"@stylable/module-utils": "^4.0.0-alpha.10", | ||
"@stylable/runtime": "^4.0.0-alpha.10" | ||
"@stylable/core": "^4.0.0", | ||
"@stylable/module-utils": "^4.0.0", | ||
"@stylable/runtime": "^4.0.0" | ||
}, | ||
"files": [ | ||
"cjs", | ||
"src" | ||
"dist", | ||
"!dist/test", | ||
"src", | ||
"!*/tsconfig.{json,tsbuildinfo}" | ||
], | ||
@@ -30,4 +28,3 @@ "engines": { | ||
"author": "Wix.com", | ||
"license": "BSD-3-Clause", | ||
"gitHead": "73175a1223e30b7900e26953215abbf9ae297937" | ||
"license": "BSD-3-Clause" | ||
} |
@@ -0,0 +0,0 @@ # @stylable/jest |
export * from './jest'; |
import fs from 'fs'; | ||
import { StylableConfig } from '@stylable/core'; | ||
import type { StylableConfig } from '@stylable/core'; | ||
import { Options, stylableModuleFactory } from '@stylable/module-utils'; | ||
@@ -4,0 +4,0 @@ |
Sorry, the diff of this file is not supported yet
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
1
8875
Updated@stylable/core@^4.0.0
Updated@stylable/runtime@^4.0.0