Skip to content

Commit

Permalink
chore(deps-dev): bumping out of date deps
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Oct 17, 2022
1 parent a1f9c40 commit cff718e
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 118 deletions.
14 changes: 6 additions & 8 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
// https://karma-runner.github.io/0.12/config/configuration-file.html
// https://jstools.dev/karma-config/

"use strict";

const { karmaConfig } = require("@jsdevtools/karma-config");
const { host } = require("@jsdevtools/host-environment");
const { host } = require('@jsdevtools/host-environment');
const { karmaConfig } = require('@jsdevtools/karma-config');

module.exports = karmaConfig({
sourceDir: "lib",
fixtures: "test/fixtures/**/*.js",
sourceDir: 'lib',
fixtures: 'test/fixtures/**/*.js',
browsers: {
chrome: true,
firefox: true,
Expand All @@ -21,7 +19,7 @@ module.exports = karmaConfig({
exclude: [
// Exclude these tests because some of the APIs are HUGE and cause timeouts.
// We still test them in Node though.
"test/specs/real-world/*",
]
'test/specs/real-world/*',
],
},
});
Loading

0 comments on commit cff718e

Please sign in to comment.