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

Commit cd92266

Browse files
author
Yvonne Yip
committed
test: lib -> src
1 parent b381f9b commit cd92266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = function(karma) {
1414
{pattern: 'platform/platform.*', included: false},
1515
{pattern: 'platform/test/**/*.html', included: false},
1616
{pattern: 'platform/test/**/*.js', included: false},
17-
{pattern: 'platform/lib/*.js', included: false},
17+
{pattern: 'platform/src/*.js', included: false},
1818
{pattern: 'CustomElements/custom-elements.js', included: false},
1919
{pattern: 'CustomElements/MutationObservers/*.js', included: false},
2020
{pattern: 'CustomElements/src/*.js', included: false},

0 commit comments

Comments
 (0)