We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ddec35 commit 8204bdfCopy full SHA for 8204bdf
1 file changed
package.json
@@ -68,6 +68,7 @@
68
"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",
71
+ "ft_node_trailing_unit": "cd tests/unit/auth/ && mocha TrailingChecksumTransform.js",
72
"ft_node_routes": "cd tests/functional/raw-node && yarn run test-routes",
73
"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",
74
"ft_gcp": "cd tests/functional/raw-node && yarn run test-gcp",
0 commit comments