We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3fb8ab commit 4d571f8Copy full SHA for 4d571f8
1 file changed
packages/thegraph-data-access/package.json
@@ -36,7 +36,7 @@
36
"lint": "eslint . --fix",
37
"lint:check": "eslint .",
38
"prepare": "yarn run build",
39
- "test": "jest",
+ "test": "node --experimental-vm-modules node_modules/.bin/jest",
40
"test:watch": "yarn test --watch"
41
},
42
"dependencies": {
0 commit comments