Skip to content

Commit c016688

Browse files
committed
Make sure to test with both fast-near and NEAR RPC
1 parent cacdc85 commit c016688

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"dev": "nodemon --watch contract -e ts --exec \"npm run start\"",
3838
"test": "set -o pipefail; tape test/*.test.js | tap-diff",
3939
"test:e2e": "./test/e2e.sh",
40-
"test:all": "npm run test && npm run test:e2e"
40+
"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"
4142
},
4243
"dependencies": {
4344
"koa": "^2.13.1",

0 commit comments

Comments
 (0)