|
93 | 93 | "ft_backbeat": "cd tests/functional/backbeat && mocha --reporter mocha-multi-reporters --reporter-options configFile=$INIT_CWD/tests/reporter-config.json -t 40000 *.js --exit",
|
94 | 94 | "ft_node": "cd tests/functional/raw-node && yarn test",
|
95 | 95 | "ft_node_routes": "cd tests/functional/raw-node && yarn run test-routes",
|
96 |
| - "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 --exit", |
| 96 | + "ft_route_backbeat": "cd tests/multipleBackend/routes && mocha --reporter mocha-multi-reporters --reporter-options configFile=$INIT_CWD/tests/reporter-config.json -t 40000 routeBackbeat.js routeBackbeatForReplication.js --exit", |
97 | 97 | "ft_gcp": "cd tests/functional/raw-node && yarn run test-gcp",
|
98 | 98 | "ft_healthchecks": "cd tests/functional/healthchecks && yarn test",
|
99 | 99 | "ft_s3cmd": "cd tests/functional/s3cmd && mocha --reporter mocha-multi-reporters --reporter-options configFile=$INIT_CWD/tests/reporter-config.json -t 40000 *.js --exit",
|
|
107 | 107 | "ft_sse_before_migration": "cd tests/functional/sse-kms-migration && mocha --reporter mocha-multi-reporters --reporter-options configFile=$INIT_CWD/tests/reporter-config.json -t 10000 cleanup.js beforeMigration.js --exit",
|
108 | 108 | "ft_sse_migration": "cd tests/functional/sse-kms-migration && mocha --reporter mocha-multi-reporters --reporter-options configFile=$INIT_CWD/tests/reporter-config.json -t 10000 migration.js --exit",
|
109 | 109 | "ft_sse_arn": "cd tests/functional/sse-kms-migration && mocha --reporter mocha-multi-reporters --reporter-options configFile=$INIT_CWD/tests/reporter-config.json -t 10000 cleanup.js arnPrefix.js --exit",
|
110 |
| - |
111 | 110 | "lint": "eslint $(git ls-files '*.js')",
|
112 | 111 | "lint_md": "mdlint $(git ls-files '*.md')",
|
113 | 112 | "mem_backend": "S3BACKEND=mem node index.js",
|
|
0 commit comments