Skip to content

Commit

Permalink
chore(tests): Restrict tests (DO NOT PUSH)
Browse files Browse the repository at this point in the history
- Ignore other tests for now as they require angular-ui#1342 to be merged
  • Loading branch information
chrisirhc committed Dec 21, 2013
1 parent 20a7d01 commit bcb58dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ files = [
'misc/test-lib/angular-animate.js',
'misc/test-lib/angular-mocks.js',
'misc/test-lib/helpers.js',
'src/**/*.js',
'src/collapse/**/*.js',
'src/accordion/**/*.js',
'src/transition/**/*.js',
'template/**/*.js'
];

Expand Down

0 comments on commit bcb58dd

Please sign in to comment.