@@ -46,7 +46,6 @@ module.exports = config => {
4646 watched : false
4747 } ,
4848 { pattern : 'node_modules/luxon/build/amd/**/*' , included : false , watched : false } ,
49- { pattern : 'node_modules/date-fns/**/*' , included : false , watched : false } ,
5049 { pattern : 'node_modules/@material/*/dist/*' , included : false , watched : false } ,
5150 { pattern : 'node_modules/kagekiri/**' , included : false , watched : false } ,
5251
@@ -57,10 +56,11 @@ module.exports = config => {
5756 // The Karma system configuration is built by Bazel. The built System config
5857 // is copied into the "dist/" folder so that the Karma config can use it.
5958 { pattern : 'dist/karma-system-config.js' , included : true , watched : false } ,
59+ { pattern : 'test/karma-test-shim.js' , included : true , watched : false } ,
6060
6161 // We transpile the date-fns bundles to AMD manually since they only ship esm bundles.
62- { pattern : 'dist/amd_date_fns.js' , included : false , watched : false } ,
63- { pattern : 'dist/amd_date_fns_locales.js' , included : false , watched : false } ,
62+ { pattern : 'dist/amd_date_fns.js' , included : true , watched : false } ,
63+ { pattern : 'dist/amd_date_fns_locales.js' , included : true , watched : false } ,
6464
6565 // Needed for exposing the RxJS operators through the RxJS UMD bundle. This
6666 // is done for performance reasons since fetching individual files is slow.
0 commit comments