Skip to content

Commit 54b6a3f

Browse files
committed
Use absolute path to run tests with phantomjs
1 parent 49ec507 commit 54b6a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/TestRunner.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Run with $ phantomjs TestRunner.js
77
//
88
var page = require('webpage').create();
9-
page.open('./test.html', function() {
9+
page.open('test/test.html', function() {
1010

1111
// get an array, with as the first element the test strings and second the test results
1212
var testOutput = page.evaluate(function () {

0 commit comments

Comments
 (0)