Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sairina committed Feb 2, 2022
1 parent 96e902f commit ad3c926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.conf/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const moduleNameMapper = {
};

module.exports = {
rootDir: path.resolve(__dirname,'..'),
rootDir: path.resolve(__dirname, '..'),
moduleFileExtensions: ['js', 'json', 'vue'],
moduleNameMapper,
testEnvironment: 'jsdom',
Expand Down

0 comments on commit ad3c926

Please sign in to comment.