test: Improve test folder naming

This commit is contained in:
Mariusz Nowak 2020-09-09 10:52:39 +02:00 committed by Mariusz Nowak
parent 19bae8dab3
commit 14b4e92ba7
14 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@
"integration-test-cleanup": "node test/utils/aws-cleanup.js",
"integration-test-run-all": "mocha-isolated --pass-through-aws-creds --skip-fs-cleanup-check --max-workers=20 \"test/integration/**/*.test.js\"",
"integration-test-run-basic": "mocha test/integrationBasic.test.js",
"integration-test-run-package": "mocha-isolated --skip-fs-cleanup-check test/integration-package/**/*.tests.js",
"integration-test-run-package": "mocha-isolated --skip-fs-cleanup-check test/integrationPackage/**/*.tests.js",
"lint": "eslint .",
"lint:updated": "pipe-git-updated --ext=js -- eslint",
"pkg:build": "node ./scripts/pkg/build.js",