Skip to content

Commit ff2b93d

Browse files
committed
Widen jshint:test file targets.
1 parent ff64a97 commit ff2b93d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

gruntFile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ module.exports = function(grunt) {
8585
options: { jshintrc: '.jshintrc' }
8686
},
8787
test: {
88-
files:{ src : [ 'test/*.spec.js', 'gruntFile.js'] },
88+
files:{ src : [ 'test/*.js', 'gruntFile.js'] },
8989
options: grunt.util._.extend({}, grunt.file.readJSON('.jshintrc'), grunt.file.readJSON('test/.jshintrc'))
9090
}
9191
},

test/karma.conf.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Karma configuration
22
// Generated on Sat Dec 28 2013 20:27:08 GMT+0100 (CET)
33

4+
'use strict';
5+
46
module.exports = function(config) {
57
config.set({
68

0 commit comments

Comments
 (0)