Skip to content

Commit dca1e42

Browse files
committed
Add back testrunner.html test javascript file
1 parent 43b70f9 commit dca1e42

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Gruntfile.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ module.exports = function(grunt) {
6868
],
6969
dest: 'build/npm/cli.js'
7070
},
71+
tests: {
72+
src: [
73+
'!tests/all-rules.js',
74+
'tests/**/*.js'
75+
],
76+
dest: 'build/<%= pkg.name %>-tests.js'
77+
},
7178
worker: {
7279
options: {
7380
banner: '<%= banner %>\n' +

0 commit comments

Comments
 (0)