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

Commit b0a624d

Browse files
committed
fix: correct incorrect example path in karma config
1 parent 76e7039 commit b0a624d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = function (config) {
66
files: [
77
'test/util.js',
88
'test/setup.js',
9-
'examples/js/*.js',
9+
'example/js/*.js',
1010
//'test/lib/brick.js',
1111
'test/**/*.spec.js',
1212
{pattern: 'test/assets/**/*.*', watched: true, served: true, included: false},

0 commit comments

Comments
 (0)