We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a2f0ee commit f9a489bCopy full SHA for f9a489b
Vagrantfile
@@ -23,6 +23,6 @@ Vagrant.configure(2) do |config|
23
fi
24
cd rasterizeHTML.js
25
git pull
26
- echo "You can now run the test suite via $ xvfb-run ./go"
+ echo "You can now run the test suite via $ xvfb-run npm test"
27
SHELL
28
end
go
package.json
@@ -48,6 +48,6 @@
48
"puppeteer": "^1.2.0"
49
},
50
"scripts": {
51
- "test": "bash go"
+ "test": "grunt && ./test/integrationTest.js"
52
}
53
0 commit comments