We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d315ac commit 094fdf3Copy full SHA for 094fdf3
config/testacular-e2e.conf.js
@@ -3,7 +3,7 @@ basePath = '../';
3
files = [
4
ANGULAR_SCENARIO,
5
ANGULAR_SCENARIO_ADAPTER,
6
- 'test/e2e/scenarios.js'
+ 'test/e2e/**/*.js'
7
];
8
9
autoWatch = false;
config/testacular.conf.js
@@ -6,8 +6,8 @@ files = [
'app/lib/angular/angular.js',
'app/lib/angular/angular-*.js',
'test/lib/angular/angular-mocks.js',
- 'app/js/*.js',
10
- 'test/unit/*.js'
+ 'app/js/**/*.js',
+ 'test/unit/**/*.js'
11
12
13
autoWatch = true;
0 commit comments