We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6867ed2 commit 6959dd3Copy full SHA for 6959dd3
karma.conf.js
@@ -24,7 +24,7 @@ module.exports = function(config) {
24
// all tests must be 'included', but all other libraries must be 'served' and
25
// optionally 'watched' only.
26
files: [
27
- 'packages/web_components/platform.js',
+ 'packages/web_components/webcomponents.js',
28
'packages/web_components/dart_support.js',
29
'test/core_dom/web_components_support.js',
30
'test/*.dart',
@@ -44,6 +44,7 @@ module.exports = function(config) {
44
45
exclude: [
46
'test/io/**',
47
+ 'test/tools/**',
48
'test/tools/transformer/**',
49
'test/tools/symbol_inspector/**'
50
],
0 commit comments