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

Commit 6959dd3

Browse files
committed
fix(karma): remove analyzer deps from karma run.
1 parent 6867ed2 commit 6959dd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

karma.conf.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = function(config) {
2424
// all tests must be 'included', but all other libraries must be 'served' and
2525
// optionally 'watched' only.
2626
files: [
27-
'packages/web_components/platform.js',
27+
'packages/web_components/webcomponents.js',
2828
'packages/web_components/dart_support.js',
2929
'test/core_dom/web_components_support.js',
3030
'test/*.dart',
@@ -44,6 +44,7 @@ module.exports = function(config) {
4444

4545
exclude: [
4646
'test/io/**',
47+
'test/tools/**',
4748
'test/tools/transformer/**',
4849
'test/tools/symbol_inspector/**'
4950
],

0 commit comments

Comments
 (0)