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

Commit 2b1f506

Browse files
committed
chore: load interop.js with karma
1 parent ea1f7a2 commit 2b1f506

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

karma.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ module.exports = function(karma) {
1010
'test/*.dart',
1111
'test/directives/*.dart',
1212
{pattern: '**/*.dart', watched: true, included: false, served: true},
13-
'packages/browser/dart.js'
13+
'packages/browser/dart.js',
14+
'packages/browser/interop.js'
15+
1416
],
1517

1618
autoWatch: false,

0 commit comments

Comments
 (0)