Skip to content

Commit c335a25

Browse files
committed
chore: add unit test script
1 parent 666bc50 commit c335a25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/e2e-tests/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"pretest": "npm run build",
2020
"start": "cd test && serverless offline",
2121
"test": "npm run lint && npm run test:integration",
22+
"test:unit": "echo \"Nothing to test here\"",
2223
"test:integration": "concurrently --timeout 600000 --kill-others --success first \"cd test && serverless offline\" \"wait-on http://localhost:3000/dev/status && jest -c jest.integration.config.js\""
2324
},
2425
"devDependencies": {

0 commit comments

Comments
 (0)