We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ec507 commit 54b6a3fCopy full SHA for 54b6a3f
test/TestRunner.js
@@ -6,7 +6,7 @@
6
// Run with $ phantomjs TestRunner.js
7
//
8
var page = require('webpage').create();
9
-page.open('./test.html', function() {
+page.open('test/test.html', function() {
10
11
// get an array, with as the first element the test strings and second the test results
12
var testOutput = page.evaluate(function () {
0 commit comments