Skip to content

Commit

Permalink
Build: Include extra tests on the node tests task
Browse files Browse the repository at this point in the history
  • Loading branch information
leobalter committed Feb 1, 2016
1 parent fd263c0 commit ca68836
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,11 @@ grunt.initConfig({
"test/main/modules",
"test/main/deepEqual",
"test/main/stack",
"test/globals-node"
"test/globals-node",
"test/only",
"test/setTimeout",
"test/main/dump",
"test/reporter-html/diff"
]
},
concurrent: {
Expand Down

0 comments on commit ca68836

Please sign in to comment.