Skip to content

Commit 64ffd9e

Browse files
committed
refactor(router): split 1.x tests into separate files
1 parent 944ccc9 commit 64ffd9e

File tree

5 files changed

+567
-399
lines changed

5 files changed

+567
-399
lines changed

modules/angular1_router/karma-router.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = function (config) {
1616
'../../dist/angular_1_router.js',
1717

1818
'test/*.es5.js',
19-
'test/*_spec.js'
19+
'test/**/*_spec.js'
2020
],
2121

2222
customLaunchers: sauceConf.customLaunchers,

0 commit comments

Comments
 (0)