File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
tests/functional/raw-node Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 6666 "ft_awssdk_external_backends" : " cd tests/functional/aws-node-sdk && mocha --reporter mocha-multi-reporters --reporter-options configFile=$INIT_CWD/tests/reporter-config.json test/multipleBackend" ,
6767 "ft_management" : " cd tests/functional/report && yarn test" ,
6868 "ft_node" : " cd tests/functional/raw-node && yarn test" ,
69+ "ft_node_sig" : " cd tests/functional/raw-node && yarn test_sig" ,
70+ "ft_node_trailing" : " cd tests/functional/raw-node && yarn test_trailing" ,
6971 "ft_node_routes" : " cd tests/functional/raw-node && yarn run test-routes" ,
7072 "ft_node_route_backbeat" : " cd tests/functional/raw-node && mocha --reporter mocha-multi-reporters --reporter-options configFile=$INIT_CWD/tests/reporter-config.json -t 40000 test/routes/routeBackbeat.js" ,
7173 "ft_gcp" : " cd tests/functional/raw-node && yarn run test-gcp" ,
Original file line number Diff line number Diff line change 1212 "test-gcp" : " mocha -t 40000 test/GCP/" ,
1313 "test-routes" : " mocha -t 40000 test/routes/" ,
1414 "test" : " mocha -t 40000 test/" ,
15+ "test_sig" : " mocha -t 40000 test/badChunkSignatureV4.js" ,
16+ "test_trailing" : " mocha -t 40000 test/trailingChecksums.js" ,
1517 "test-debug" : " _mocha -t 40000 test/"
1618 },
1719 "author" : " "
You can’t perform that action at this time.
0 commit comments