Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
fix: correct incorrect example path in karma config
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery committed Dec 16, 2015
1 parent 76e7039 commit b0a624d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = function (config) {
files: [
'test/util.js',
'test/setup.js',
'examples/js/*.js',
'example/js/*.js',
//'test/lib/brick.js',
'test/**/*.spec.js',
{pattern: 'test/assets/**/*.*', watched: true, served: true, included: false},
Expand Down

0 comments on commit b0a624d

Please sign in to comment.