Skip to content

Commit

Permalink
bump jest
Browse files Browse the repository at this point in the history
  • Loading branch information
robrichard committed Jun 21, 2021
1 parent 40c6e4f commit 45c5460
Show file tree
Hide file tree
Showing 2 changed files with 1,585 additions and 2,042 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"name": "fetch-multipart-graphql",
"version": "3.0.0",
"description": "Cross browser function to fetch and parse streaming multipart graphql responses.",
"main": "dist/index.js",
"types": "./typings.d.ts",
"repository": "[email protected]:relay-tools/fetch-multipart-graphql.git",
"author": "Rob Richard <[email protected]>",
"license": "MIT",
"scripts": {
"test": "jest",
"build": "babel src --out-dir dist --ignore '**/*.spec.js'",
"prepublishOnly": "yarn run build"
},
"jest": {
"testPathIgnorePatterns": [
"/node_modules/",
"/dist/"
],
"testEnvironment": "node"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"jest": "^26.6.1"
},
"dependencies": {}
"name": "fetch-multipart-graphql",
"version": "3.0.0",
"description": "Cross browser function to fetch and parse streaming multipart graphql responses.",
"main": "dist/index.js",
"types": "./typings.d.ts",
"repository": "[email protected]:relay-tools/fetch-multipart-graphql.git",
"author": "Rob Richard <[email protected]>",
"license": "MIT",
"scripts": {
"test": "jest",
"build": "babel src --out-dir dist --ignore '**/*.spec.js'",
"prepublishOnly": "yarn run build"
},
"jest": {
"testPathIgnorePatterns": [
"/node_modules/",
"/dist/"
],
"testEnvironment": "node"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"jest": "^27.0.4 "
},
"dependencies": {}
}
Loading

0 comments on commit 45c5460

Please sign in to comment.