Skip to content

Commit 45b116c

Browse files
[added] typescript:main to unit tests
Summary: Closes #144 Reviewers: O3 Material JavaScript platform reviewers, #material_motion, O2 Material Motion, featherless Reviewed By: #material_motion, O2 Material Motion, featherless Tags: #material_motion Differential Revision: http://codereview.cc/D2472
1 parent 8f38c7e commit 45b116c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

karma.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ module.exports = function(config) {
2828
stats: 'errors-only',
2929
resolve: {
3030
extensions: ['.js', '.ts'],
31+
mainFields: ['typescript:main', 'jsnext:main', 'main'],
3132
},
3233
module: {
3334
loaders: [

0 commit comments

Comments
 (0)