mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-03 13:53:37 -05:00
Remove erroneous reporter config, missing during merge conflict
This commit is contained in:
parent
ec5b31663f
commit
40678cd91a
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ module.exports = function (config) {
|
||||||
'test/unit_frontend/es/**/*.js': ['webpack']
|
'test/unit_frontend/es/**/*.js': ['webpack']
|
||||||
},
|
},
|
||||||
frameworks: ['requirejs', 'mocha', 'chai-sinon'],
|
frameworks: ['requirejs', 'mocha', 'chai-sinon'],
|
||||||
reporters: ['tap'],
|
|
||||||
// Configure webpack in the tests
|
// Configure webpack in the tests
|
||||||
webpack: {
|
webpack: {
|
||||||
resolve: {
|
resolve: {
|
||||||
|
|
Loading…
Reference in a new issue