Tests: Start getting QUnit tests to work on Node.js

Work in progress…
This commit is contained in:
Jürg Lehni 2016-01-27 19:57:07 +01:00
parent 0c1b4376d3
commit 4c84c3dad5
44 changed files with 322 additions and 176 deletions

View file

@ -10,7 +10,7 @@
* All rights reserved.
*/
module('Path');
QUnit.module('Path');
test('path.join(path)', function() {
var path = new Path();