Skip to content

Commit

Permalink
Update karma.conf.js to omit the words polyfill.io
Browse files Browse the repository at this point in the history
  • Loading branch information
bkardell authored Jul 23, 2024
1 parent eff22ee commit 9694594
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ module.exports = function(config) {
// https://mochajs.org/#exclusive-tests
singleRun: true,
// Use the mocha test framework with chai assertions.
// Use polyfills loaded from Polyfill.io.
// Use polyfills loaded
// Use an html fixture loader.
frameworks: ['mocha', 'chai', 'polyfill', 'fixture'],
// List of polyfills to load from Polyfill.io.
// List of polyfills to load
polyfill: [
'Array.from', // Used in tests.
'Promise',
Expand Down Expand Up @@ -90,4 +90,4 @@ module.exports = function(config) {
reporters: ['spec', 'saucelabs'],
});
}
};
};

0 comments on commit 9694594

Please sign in to comment.