Skip to content

Commit 094fdf3

Browse files
committed
improve wildcards in testacular configs
1 parent 2d315ac commit 094fdf3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/testacular-e2e.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ basePath = '../';
33
files = [
44
ANGULAR_SCENARIO,
55
ANGULAR_SCENARIO_ADAPTER,
6-
'test/e2e/scenarios.js'
6+
'test/e2e/**/*.js'
77
];
88

99
autoWatch = false;

config/testacular.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ files = [
66
'app/lib/angular/angular.js',
77
'app/lib/angular/angular-*.js',
88
'test/lib/angular/angular-mocks.js',
9-
'app/js/*.js',
10-
'test/unit/*.js'
9+
'app/js/**/*.js',
10+
'test/unit/**/*.js'
1111
];
1212

1313
autoWatch = true;

0 commit comments

Comments
 (0)