Soucemap on tests

jh-changes
Shin'ya Ueoka 6 years ago
parent fc5e6b2b41
commit a05df9d7b6
  1. 6
      karma.conf.js

@ -13,9 +13,9 @@ module.exports = function (config) {
], ],
preprocessors: { preprocessors: {
'test/main.js': [ 'webpack' ], 'test/main.js': [ 'webpack', 'sourcemap' ],
'test/**/*.test.js': [ 'webpack' ], 'test/**/*.test.js': [ 'webpack', 'sourcemap' ],
'test/**/*.test.jsx': [ 'webpack' ], 'test/**/*.test.jsx': [ 'webpack', 'sourcemap' ],
'test/**/*.html': ['html2js'] 'test/**/*.html': ['html2js']
}, },