Skip to content

Commit

Permalink
fix: Failing unit test and linted
Browse files Browse the repository at this point in the history
  • Loading branch information
robertleeplummerjr committed Mar 29, 2021
1 parent d7576fc commit 80443ef
Show file tree
Hide file tree
Showing 14 changed files with 710 additions and 587 deletions.
2 changes: 1 addition & 1 deletion jest.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"collectCoverage": false,
"collectCoverageFrom": ["src/**/*"],
"collectCoverageFrom": ["src/**/*", "!src/**/*.d.ts"],
"coverageDirectory": "__coverage__",
"coverageProvider": "v8",
"globalSetup": "",
Expand Down
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@
"webpack-dev-server": "^3.11.0",
"leaflet": "1.7.1"
},
"jest": {
"setupFiles": [
"jest-webgl-canvas-mock"
]
},
"peerDependencies": {
"leaflet": "1.7.1"
}
Expand Down
Loading

0 comments on commit 80443ef

Please sign in to comment.