Skip to content

Commit 45c5460

Browse files
committed
bump jest
1 parent 40c6e4f commit 45c5460

File tree

2 files changed

+1585
-2042
lines changed

2 files changed

+1585
-2042
lines changed

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
2-
"name": "fetch-multipart-graphql",
3-
"version": "3.0.0",
4-
"description": "Cross browser function to fetch and parse streaming multipart graphql responses.",
5-
"main": "dist/index.js",
6-
"types": "./typings.d.ts",
7-
"repository": "[email protected]:relay-tools/fetch-multipart-graphql.git",
8-
"author": "Rob Richard <[email protected]>",
9-
"license": "MIT",
10-
"scripts": {
11-
"test": "jest",
12-
"build": "babel src --out-dir dist --ignore '**/*.spec.js'",
13-
"prepublishOnly": "yarn run build"
14-
},
15-
"jest": {
16-
"testPathIgnorePatterns": [
17-
"/node_modules/",
18-
"/dist/"
19-
],
20-
"testEnvironment": "node"
21-
},
22-
"devDependencies": {
23-
"@babel/cli": "^7.12.1",
24-
"@babel/preset-env": "^7.12.1",
25-
"jest": "^26.6.1"
26-
},
27-
"dependencies": {}
2+
"name": "fetch-multipart-graphql",
3+
"version": "3.0.0",
4+
"description": "Cross browser function to fetch and parse streaming multipart graphql responses.",
5+
"main": "dist/index.js",
6+
"types": "./typings.d.ts",
7+
"repository": "[email protected]:relay-tools/fetch-multipart-graphql.git",
8+
"author": "Rob Richard <[email protected]>",
9+
"license": "MIT",
10+
"scripts": {
11+
"test": "jest",
12+
"build": "babel src --out-dir dist --ignore '**/*.spec.js'",
13+
"prepublishOnly": "yarn run build"
14+
},
15+
"jest": {
16+
"testPathIgnorePatterns": [
17+
"/node_modules/",
18+
"/dist/"
19+
],
20+
"testEnvironment": "node"
21+
},
22+
"devDependencies": {
23+
"@babel/cli": "^7.12.1",
24+
"@babel/preset-env": "^7.12.1",
25+
"jest": "^27.0.4 "
26+
},
27+
"dependencies": {}
2828
}

0 commit comments

Comments
 (0)