diff options
Diffstat (limited to 'spec/frontend/.eslintrc.yml')
-rw-r--r-- | spec/frontend/.eslintrc.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/.eslintrc.yml b/spec/frontend/.eslintrc.yml index b9159191114..8e6faa90c58 100644 --- a/spec/frontend/.eslintrc.yml +++ b/spec/frontend/.eslintrc.yml @@ -10,7 +10,7 @@ settings: - path import/resolver: jest: - jestConfigFile: 'jest.config.unit.js' + jestConfigFile: 'jest.config.js' globals: getJSONFixture: false loadFixtures: false |