jest-environment-node-single-context
Version:
Jest environment for Node with single context
45 lines (44 loc) • 1.18 kB
JSON
{
"$schema": "http://json.schemastore.org/package",
"name": "jest-environment-node-single-context",
"version": "29.4.0",
"description": "Jest environment for Node with single context",
"keywords": [
"jest",
"environment"
],
"license": "MIT",
"main": "lib/main/SingleContextNodeEnvironment.js",
"repository": {
"type": "git",
"url": "https://github.com/kayahr/jest-environment-node-single-context"
},
"scripts": {
"prepare": "rimraf lib && tsc",
"test": "cspell && jest"
},
"files": [
"src/main/",
"lib/main/"
],
"funding": "https://github.com/kayahr/jest-environment-node-single-context?sponsor=1",
"jest": {
"testEnvironment": ".",
"testMatch": [
"<rootDir>/lib/test/**/*.test.js"
],
"transformIgnorePatterns": [
"<rootDir>"
]
},
"devDependencies": {
"@types/jest": "29.5.11",
"cspell": "8.3.2",
"jest": "29.7.0",
"rimraf": "5.0.5",
"typescript": "5.3.3"
},
"dependencies": {
"jest-environment-node": "^29.7.0"
}
}