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 cacdc85 commit c016688Copy full SHA for c016688
package.json
@@ -37,7 +37,8 @@
37
"dev": "nodemon --watch contract -e ts --exec \"npm run start\"",
38
"test": "set -o pipefail; tape test/*.test.js | tap-diff",
39
"test:e2e": "./test/e2e.sh",
40
- "test:all": "npm run test && npm run test:e2e"
+ "test:e2e:fastnear": "FAST_NEAR_URL=https://rpc.web4.near.page npm run test:e2e",
41
+ "test:all": "npm run test && npm run test:e2e && npm run test:e2e:fastnear"
42
},
43
"dependencies": {
44
"koa": "^2.13.1",
0 commit comments