mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 16:17:58 +00:00
using a fake device as well
This commit is contained in:
parent
ab282061d5
commit
1bbe67d6de
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ module.exports = function(config) {
|
|||
customLaunchers: {
|
||||
Chrome_travis_ci: {
|
||||
base: 'Chrome',
|
||||
flags: ['--no-sandbox', '--use-fake-ui-for-media-stream']
|
||||
flags: ['--no-sandbox', '--use-fake-ui-for-media-stream', '--use-fake-device-for-media-stream']
|
||||
},
|
||||
Chrome_user_media: {
|
||||
base: 'Chrome',
|
||||
|
|
Loading…
Reference in a new issue