configure karma to use chromium
This commit is contained in:
Родитель
962adea958
Коммит
53c4784fa4
|
@ -1,7 +1,9 @@
|
|||
process.env.CHROME_BIN = require('chromium').path
|
||||
|
||||
module.exports = function (config) {
|
||||
config.set({
|
||||
frameworks: ['mocha', 'chai'],
|
||||
files: [{pattern: '../dist/task-lists-element.js', type: 'module'}, 'test.js'],
|
||||
files: [{ pattern: '../dist/task-lists-element.js', type: 'module' }, 'test.js'],
|
||||
reporters: ['mocha'],
|
||||
port: 9876,
|
||||
colors: true,
|
||||
|
|
Загрузка…
Ссылка в новой задаче