зеркало из https://github.com/github/remote-form.git
configure karma to use chromium
This commit is contained in:
Родитель
d49a2e7012
Коммит
6bb732ae52
|
@ -1,3 +1,5 @@
|
|||
process.env.CHROME_BIN = require('chromium').path
|
||||
|
||||
function checker(request, response, next) {
|
||||
if (request.method === 'POST' && request.url === '/ok') {
|
||||
response.setHeader('content-type', 'text/html')
|
||||
|
@ -25,8 +27,8 @@ module.exports = function (config) {
|
|||
basePath: '..',
|
||||
frameworks: ['mocha', 'chai'],
|
||||
files: [
|
||||
{pattern: 'dist/index.js', type: 'module'},
|
||||
{pattern: 'test/test.js', type: 'module'}
|
||||
{ pattern: 'dist/index.js', type: 'module' },
|
||||
{ pattern: 'test/test.js', type: 'module' }
|
||||
],
|
||||
reporters: ['mocha'],
|
||||
port: 9876,
|
||||
|
|
Загрузка…
Ссылка в новой задаче