File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "extension" : [" ts" ],
3- "spec" : " tests/e2e/**/*.ts" ,
43 "require" : [" ts-node/register" ],
54 "timeout" : 1000000 ,
65 "node-option" : [
Original file line number Diff line number Diff line change 1010 "build" : " rm -rf generated && rm -rf build && npm run generate:typechain && graph codegen && graph build --network ${NETWORK_NAME:-bellecour}" ,
1111 "test" : " npm run test:unit && npm run test:e2e" ,
1212 "test:unit" : " graph test unit" ,
13- "test:e2e" : " mocha" ,
13+ "test:e2e" : " mocha tests/e2e/**/*.ts " ,
1414 "coverage" : " graph test -- -c" ,
1515 "create" : " graph create ${NETWORK_NAME:-bellecour}/poco --node ${GRAPHNODE_URL:-http://localhost:8020}" ,
1616 "deploy" : " graph deploy ${NETWORK_NAME:-bellecour}/poco --node ${GRAPHNODE_URL:-http://localhost:8020} --ipfs ${IPFS_URL:-http://localhost:5001} --version-label ${VERSION_LABEL:-bellecour/poco-v5}" ,
You can’t perform that action at this time.
0 commit comments