Skip to content

Commit

Permalink
test(server): removed global require eslint comments
Browse files Browse the repository at this point in the history
  • Loading branch information
knagaitsev committed Jul 22, 2019
1 parent 3690dea commit d19861d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/server/utils/updateOptions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,8 @@ describe('updateOptions', () => {
beforeAll(() => {
let webpackConfig;
if (data.multiCompiler) {
// eslint-disable-next-line global-require
webpackConfig = require('../../fixtures/multi-compiler-config/webpack.config');
} else {
// eslint-disable-next-line global-require
webpackConfig = require('../../fixtures/simple-config/webpack.config');
}

Expand Down

0 comments on commit d19861d

Please sign in to comment.