We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12fc0a8 commit fc92f0bCopy full SHA for fc92f0b
internal/e2e-tests/package.json
@@ -19,6 +19,7 @@
19
"pretest": "npm run build",
20
"start": "cd test && serverless offline",
21
"test": "npm run lint && npm run test:integration",
22
+ "test:unit": "echo \"Nothing to test here\"",
23
"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\""
24
},
25
"devDependencies": {
0 commit comments