Rewrite gallery to use reducer

This commit is contained in:
viktorstrate
2021-04-29 23:59:28 +02:00
parent 6693cb589c
commit a069eff0b2
12 changed files with 309 additions and 174 deletions

View File

@@ -69,7 +69,7 @@
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"@types/geojson": "^7946.0.7",
"@types/jest": "^26.0.22",
"@types/jest": "^26.0.23",
"@types/mapbox-gl": "^2.1.1",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
@@ -97,6 +97,10 @@
"arrowParens": "avoid"
},
"jest": {
"testMatch": [
"**/__tests__/**/*.+(ts|tsx|js)",
"**/?(*.)+(spec|test).+(ts|tsx|js)"
],
"transformIgnorePatterns": [
"^.+\\.css$"
],