Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 7140e60

Browse files
author
jacobawenger
committed
Fixed sauce_karma.conf.js file paths
1 parent d2cab1b commit 7140e60

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

tests/sauce_karma.conf.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ module.exports = function(config) {
2020
files: [
2121
'../bower_components/angular/angular.js',
2222
'../bower_components/angular-mocks/angular-mocks.js',
23-
'../lib/omnibinder-protocol.js',
24-
'lib/lodash.js',
23+
'../bower_components/lodash/dist/lodash.js',
2524
'lib/MockFirebase.js',
26-
'../angularfire.js',
25+
'../dist/angularfire.js',
2726
'unit/**/*.spec.js'
2827
],
2928

tests/travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grunt test;
1+
grunt test:unit;
22
if [ $SAUCE_ACCESS_KEY ]; then
33
grunt sauce:unit
44
grunt build

0 commit comments

Comments
 (0)