Skip to content

Commit 2d103c0

Browse files
committed
fix: configure auth for smoketest
1 parent 1e29084 commit 2d103c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amplify-e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"build-tests": "tsc --build tsconfig.tests.json",
2323
"setup-profile": "ts-node ./src/configure_tests.ts",
2424
"clean-e2e-resources": "ts-node ./src/cleanup-e2e-resources.ts",
25-
"smoketest": "jest --runInBand --testPathPattern='smoketest'"
25+
"smoketest": "npm run setup-profile && jest --runInBand --testPathPattern='smoketest'"
2626
},
2727
"dependencies": {
2828
"@aws-amplify/amplify-category-auth": "3.1.0",

0 commit comments

Comments
 (0)