Skip to content

Commit

Permalink
fix: set correct path to jasmine
Browse files Browse the repository at this point in the history
  • Loading branch information
readme42 committed Oct 31, 2014
1 parent 09fde27 commit dad7832
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
@@ -1,8 +1,10 @@
var path = require('path');

module.exports = function(config) {
config.set({
frameworks: ['jasmine'],
files: [
'lib/jasmine.js',
path.dirname(require.resolve('jasmine-core')) + '/jasmine-core/jasmine.js',
'src/*.js',
'test/*.js'
],
Expand Down

0 comments on commit dad7832

Please sign in to comment.