Skip to content

Commit 23eaab8

Browse files
authored
Merge pull request #75 from zendesk/olaf/es6
ES6
2 parents cce8974 + c37a5fb commit 23eaab8

File tree

15 files changed

+2686
-1577
lines changed

15 files changed

+2686
-1577
lines changed

karma.conf.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Karma configuration
22
// Generated on Thu Mar 01 2018 11:31:45 GMT+1100 (AEDT)
3-
const webpackConfig = require('./webpack.config')()
3+
const webpackConfig = require('./webpack.config')({ test: true })
44

55
module.exports = function (config) {
66
config.set({
@@ -11,10 +11,6 @@ module.exports = function (config) {
1111

1212
// list of files / patterns to load in the browser
1313
files: [
14-
'node_modules/sinon/pkg/sinon.js',
15-
'node_modules/sinon-chai/lib/sinon-chai.js',
16-
'node_modules/chai-as-promised/lib/chai-as-promised.js',
17-
'node_modules/dirty-chai/lib/dirty-chai.js',
1814
'spec/spec_helper.js',
1915
'spec/*_spec.js'
2016
],

0 commit comments

Comments
 (0)