Skip to content

Commit 7670cdb

Browse files
committed
Move testsuite files around so that all external data providers are in the data directory
1 parent f1c65ce commit 7670cdb

File tree

14 files changed

+18
-6
lines changed

14 files changed

+18
-6
lines changed

grunt.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ grunt.initConfig({
1717
lint: {
1818
src: [ "jquery.simulate.js" ],
1919
grunt: "grunt.js",
20-
test: "test/unit/**"
20+
test: [ "test/*.js", "test/unit/*.js" ]
2121
},
2222

2323
jshint: (function() {
@@ -39,7 +39,7 @@ grunt.initConfig({
3939
return {
4040
src: parserc(),
4141
grunt: parserc(),
42-
test: parserc( "test/unit/" )
42+
test: parserc( "test/" )
4343
};
4444
})(),
4545

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"module",
2222
"notEqual",
2323
"ok",
24+
"QUnit",
2425
"start",
2526
"stop",
2627
"strictEqual",

0 commit comments

Comments
 (0)