Skip to content

Commit cb6f2a7

Browse files
committed
[DROP] test helper
1 parent 7db1258 commit cb6f2a7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
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",

tests/functional/raw-node/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
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": ""

0 commit comments

Comments
 (0)