fix test/mascara.conf.js warnings

This commit is contained in:
brunobar79 2018-07-02 19:53:45 -04:00
parent 04743afb2d
commit 390f86113a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ module.exports = function (config) {
settings.files.push('dist/mascara/ui.js')
settings.files.push('dist/mascara/tests.js')
// service worker background
settings.files.push({ pattern: 'dist/mascara/background.js', watched: false, included: false, served: true }),
settings.files.push({ pattern: 'dist/mascara/background.js', watched: false, included: false, served: true })
settings.proxies['/background.js'] = '/base/dist/mascara/background.js'
// use this to keep the browser open for debugging