Skip to content

Commit

Permalink
Add tests for external maps
Browse files Browse the repository at this point in the history
  • Loading branch information
robmosca committed Jul 24, 2023
1 parent 28d05d7 commit 873baec
Show file tree
Hide file tree
Showing 5 changed files with 503 additions and 49 deletions.
1 change: 1 addition & 0 deletions jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const config = {
restoreMocks: true,
setupFiles: ["./jest.setup.js"],
testEnvironment: "jsdom",
collectCoverageFrom: ["src/**/*.js", "!src/api/localStorageMock.js"],
};

module.exports = config;
Loading

0 comments on commit 873baec

Please sign in to comment.