Skip to content

Commit

Permalink
fixed karma paths
Browse files Browse the repository at this point in the history
  • Loading branch information
danwrong committed Jul 26, 2013
1 parent f74bf9d commit fb641d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ basePath = '';
// list of files / patterns to load in the browser
files = [
// loaded without require
'app/bower_components/es5-shim/es5-shim.js',
'app/bower_components/es5-shim/es5-sham.js',
'bower_components/es5-shim/es5-shim.js',
'bower_components/es5-shim/es5-sham.js',

// frameworks
JASMINE,
Expand All @@ -20,7 +20,7 @@ files = [
REQUIRE_ADAPTER,

// loaded without require
'app/bower_components/jquery/jquery.js',
'bower_components/jquery/jquery.js',
'build/flight.js',

// loaded with require
Expand Down

0 comments on commit fb641d3

Please sign in to comment.