We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e79356 commit a8eba83Copy full SHA for a8eba83
run_integration.sh
@@ -1,6 +1,7 @@
1
#!/bin/sh
2
3
cd integration
4
+npm install
5
node server.js &
6
PID=$!
7
npm test
0 commit comments