Skip to content

Commit 4ca4958

Browse files
committed
tests: fixed Gruntfile to not use minified netteForms.js
1 parent cb94c4f commit 4ca4958

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/netteForms/Gruntfile.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ module.exports = function(grunt) {
1010
},
1111
jasmine: {
1212
test: {
13-
src: '../../src/assets/*.js',
13+
src: [
14+
'../../src/assets/*.js', '!../../src/assets/*.min.js'
15+
],
1416
options: {
1517
vendor: [
1618
'node_modules/js-fixtures/fixtures.js'

0 commit comments

Comments
 (0)