testing js app
This commit is contained in:
+58
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"name": "jest-circus",
|
||||
"version": "28.1.3",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/jest.git",
|
||||
"directory": "packages/jest-circus"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "./build/index.js",
|
||||
"types": "./build/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./build/index.d.ts",
|
||||
"default": "./build/index.js"
|
||||
},
|
||||
"./package.json": "./package.json",
|
||||
"./runner": "./runner.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@jest/environment": "^28.1.3",
|
||||
"@jest/expect": "^28.1.3",
|
||||
"@jest/test-result": "^28.1.3",
|
||||
"@jest/types": "^28.1.3",
|
||||
"@types/node": "*",
|
||||
"chalk": "^4.0.0",
|
||||
"co": "^4.6.0",
|
||||
"dedent": "^0.7.0",
|
||||
"is-generator-fn": "^2.0.0",
|
||||
"jest-each": "^28.1.3",
|
||||
"jest-matcher-utils": "^28.1.3",
|
||||
"jest-message-util": "^28.1.3",
|
||||
"jest-runtime": "^28.1.3",
|
||||
"jest-snapshot": "^28.1.3",
|
||||
"jest-util": "^28.1.3",
|
||||
"p-limit": "^3.1.0",
|
||||
"pretty-format": "^28.1.3",
|
||||
"slash": "^3.0.0",
|
||||
"stack-utils": "^2.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.11.6",
|
||||
"@babel/register": "^7.0.0",
|
||||
"@types/co": "^4.6.2",
|
||||
"@types/dedent": "^0.7.0",
|
||||
"@types/graceful-fs": "^4.1.3",
|
||||
"@types/stack-utils": "^2.0.0",
|
||||
"execa": "^5.0.0",
|
||||
"graceful-fs": "^4.2.9"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "2cce069800dab3fc8ca7c469b32d2e2b2f7e2bb1"
|
||||
}
|
||||
Reference in New Issue
Block a user