Skip to content

Commit bcb58dd

Browse files
committed
chore(tests): Restrict tests (DO NOT PUSH)
- Ignore other tests for now as they require angular-ui#1342 to be merged
1 parent 20a7d01 commit bcb58dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: karma.conf.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ files = [
1111
'misc/test-lib/angular-animate.js',
1212
'misc/test-lib/angular-mocks.js',
1313
'misc/test-lib/helpers.js',
14-
'src/**/*.js',
14+
'src/collapse/**/*.js',
15+
'src/accordion/**/*.js',
16+
'src/transition/**/*.js',
1517
'template/**/*.js'
1618
];
1719

0 commit comments

Comments
 (0)