mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 08:38:00 +00:00
testing on firefox and chrome locally
This commit is contained in:
parent
85a72309ed
commit
569037dde3
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ if (process.env.BROWSER === "chrome"){
|
|||
} else if (process.env.BROWSER === "safari"){
|
||||
BROWSERS = ["Safari"];
|
||||
} else {
|
||||
BROWSERS = ["HeadlessChrome"];
|
||||
BROWSERS = ["HeadlessChrome", "HeadlessFirefox"];
|
||||
}
|
||||
|
||||
module.exports = function(config){
|
||||
|
@ -106,6 +106,7 @@ module.exports = function(config){
|
|||
|
||||
// enable / disable watching file and executing tests whenever any file changes
|
||||
autoWatch : false,
|
||||
// restartOnFileChange : true,
|
||||
|
||||
// start these browsers
|
||||
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
|
||||
|
|
Loading…
Reference in a new issue