Skip to content

Commit

Permalink
Try with sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
sashadev-sky committed Aug 19, 2020
1 parent cf957da commit 4484514
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
12 changes: 12 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@
"karma-babel-preprocessor": "^8.0.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-firefox-launcher": "~1.1.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-safari-launcher": "~1.0.0",
"karma-sinon": "^1.0.5",
"matchdep": "^2.0.0",
"mocha": "^8.1.1",
Expand Down
12 changes: 8 additions & 4 deletions test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ module.exports = function(config) {

plugins: [
require('mocha'),
require('karma-mocha'),
require('karma-sinon'),
require('karma-babel-preprocessor'),
require('karma-chrome-launcher'),
require('karma-coverage'),
require('karma-safari-launcher'),
require('karma-firefox-launcher'),
require('karma-mocha'),
require('karma-mocha-reporter'),
require('karma-chrome-launcher'),
require('karma-babel-preprocessor'),
require('karma-sinon'),
],

// frameworks to use
Expand Down Expand Up @@ -98,6 +100,8 @@ module.exports = function(config) {
// - Chrome
// - ChromeHeadless
// - ChromeHeadlessNoSandbox
// - Firefox
// - Safari
browsers: ['ChromeHeadless'],

customLaunchers: {
Expand Down

0 comments on commit 4484514

Please sign in to comment.