Skip to content

Commit 998b78f

Browse files
committed
Change gulp test to use Chrome
PhantomJS appears not to support the full XHR2 spec. Test pass in Chrome but in PhantomJS they with DOM Exception 12 on the line where axios sets `XHR.responseType`
1 parent cb9b76b commit 998b78f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

karma.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ module.exports = function(config) {
1515

1616
autoWatch: false,
1717

18-
frameworks: ['mocha', 'chai'],
18+
frameworks: ['mocha', 'chai', 'phantomjs-shim'],
1919

20-
browsers: ['PhantomJS'],
20+
browsers: ['Chrome'],
2121

2222
coverageReporter: {
2323
reporters: [

0 commit comments

Comments
 (0)