@friggframework/core
Advanced tools
Comparing version 0.2.13-canary.155.274587c.0 to 0.2.13-canary.155.c43280b.0
@@ -1,5 +0,12 @@ | ||
module.exports = async () => { | ||
return { | ||
preset: '@friggframework/test-environment', | ||
}; | ||
/* | ||
* For a detailed explanation regarding each configuration property, visit: | ||
* https://jestjs.io/docs/configuration | ||
*/ | ||
module.exports = { | ||
// A path to a module which exports an async function that is triggered once before all test suites | ||
globalSetup: './jest-setup.js', | ||
// A path to a module which exports an async function that is triggered once after all test suites | ||
globalTeardown: './jest-teardown.js', | ||
}; |
{ | ||
"name": "@friggframework/core", | ||
"prettier": "@friggframework/prettier-config", | ||
"version": "0.2.13-canary.155.274587c.0", | ||
"version": "0.2.13-canary.155.c43280b.0", | ||
"devDependencies": { | ||
@@ -35,3 +35,3 @@ "@friggframework/eslint-config": "^1.0.8", | ||
"description": "", | ||
"gitHead": "274587c36a1f61ec95ab74e54b22e8ad230d3eeb" | ||
"gitHead": "c43280b8d21fe5a4c62a4cc0357b19c0fd33e7dc" | ||
} |
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
12158
13
168