Skip to content

Commit

Permalink
refactor: fix linter warnings in jest.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fbrandt-dev committed Feb 12, 2020
1 parent ee04df7 commit 6434694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
preset: 'ts-jest',
roots: ["./"]
preset: 'ts-jest',
roots: ['./'],
};

0 comments on commit 6434694

Please sign in to comment.