Skip to content

Commit f9a489b

Browse files
committed
Simplify, no need for ./go script here
1 parent 5a2f0ee commit f9a489b

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ Vagrant.configure(2) do |config|
2323
fi
2424
cd rasterizeHTML.js
2525
git pull
26-
echo "You can now run the test suite via $ xvfb-run ./go"
26+
echo "You can now run the test suite via $ xvfb-run npm test"
2727
SHELL
2828
end

go

Lines changed: 0 additions & 6 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
"puppeteer": "^1.2.0"
4949
},
5050
"scripts": {
51-
"test": "bash go"
51+
"test": "grunt && ./test/integrationTest.js"
5252
}
5353
}

0 commit comments

Comments
 (0)