Skip to content

Commit 81ea837

Browse files
author
Flonka
committed
Install npm modules upon starting test.
1 parent c070f37 commit 81ea837

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: CT

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
# Continuous test script (unit and e2e)
44
#
55

6-
grunt unittest # test # e2e will fail until I update the screenshots
6+
npm install
7+
grunt unittest # test # e2e will fail until I update the screenshots

0 commit comments

Comments
 (0)