Skip to content

Commit

Permalink
test: Rename module to match conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Sep 9, 2020
1 parent 6e84563 commit 2aa1ae0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"scripts": {
"commitlint": "commitlint -f HEAD@{15}",
"coverage": "nyc npm test",
"integration-test-cleanup": "node test/utils/aws-cleanup.js",
"integration-test-cleanup": "node test/utils/awsCleanup.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/integrationPackage/**/*.tests.js",
Expand Down
2 changes: 1 addition & 1 deletion test/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
},
},
{
files: ['utils/aws-cleanup.js', 'utils/integration.js'],
files: ['utils/awsCleanup.js', 'utils/integration.js'],
parserOptions: {
ecmaVersion: 2017,
},
Expand Down
File renamed without changes.

0 comments on commit 2aa1ae0

Please sign in to comment.