Skip to content

Commit 7fc4346

Browse files
committed
test: Rename 'tests' folder to 'test'
1 parent cbea3eb commit 7fc4346

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"prettify": "prettier --write --ignore-path .gitignore \"**/*.{css,html,js,json,yaml,yml}\"",
1111
"publish": "components registry publish",
1212
"publish:dev": "components registry publish --dev",
13-
"test": "jest --bail 1 --testEnvironment node ./tests/integration.test.js"
13+
"test": "jest --bail 1 --testEnvironment node ./test/integration.test.js"
1414
},
1515
"devDependencies": {
1616
"@serverless/components": "^2.31.7",
File renamed without changes.

tests/utils.js renamed to test/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const generateId = () => Math.random().toString(36).substring(6);
1717

1818
/*
1919
* Fetches AWS credentials from the current environment
20-
* either from env vars, or .env file in the /tests directory
20+
* either from env vars, or .env file in the /test directory
2121
*/
2222
const getCredentials = () => {
2323
const credentials = {

0 commit comments

Comments
 (0)