Skip to content

Commit c2e1435

Browse files
Merge pull request #219 from remcohaszing/utils-restructure
Utils restructure
2 parents 83000eb + 5cd971d commit c2e1435

File tree

4 files changed

+577
-181
lines changed

4 files changed

+577
-181
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gulp.task('test', function(cb) {
1818
.pipe(istanbul()) // Covering files
1919
.pipe(istanbul.hookRequire()) // Force `require` to return covered files
2020
.on('finish', function() {
21-
gulp.src(['test/*.js'])
21+
gulp.src(['test/**/*.js'])
2222
.pipe(mocha())
2323
.pipe(istanbul.writeReports()) // Creating the reports after tests runned
2424
.on('end', cb);

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414
},
1515
"homepage": "https://github.com/Gillespie59/eslint-plugin-angularjs",
1616
"devDependencies": {
17-
"chai": "^3.2.0",
17+
"chai": "^3.3.0",
1818
"coveralls": "^2.11.4",
1919
"eslint": "^1.3.1",
20+
"espree": "^2.2.5",
2021
"gulp": "^3.9.0",
2122
"gulp-eslint": "^1.0.0",
2223
"gulp-istanbul": "^0.10.0",

0 commit comments

Comments
 (0)