Skip to content

Commit e467b3c

Browse files
committed
Changes based on code review by @pakb
1 parent de40093 commit e467b3c

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

tests/e2e-cypress/integration/geolocation.cy.js

-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
22

33
import { DEFAULT_PROJECTION } from '@/config'
44
import { WGS84 } from '@/utils/coordinates/coordinateSystems'
5-
import setupProj4 from '@/utils/setupProj4'
65
import proj4 from 'proj4'
76

8-
setupProj4()
9-
107
const geolocationButtonSelector = '[data-cy="geolocation-button"]'
118

129
function getGeolocationButtonAndClickIt() {

tests/e2e-cypress/integration/legacyParamImport.cy.js

-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
22

33
import { DEFAULT_PROJECTION } from '@/config'
44
import { WGS84 } from '@/utils/coordinates/coordinateSystems'
5-
import setupProj4 from '@/utils/setupProj4'
65
import proj4 from 'proj4'
76

8-
setupProj4()
9-
107
describe('Test on legacy param import', () => {
118
context('Coordinates import', () => {
129
it('transfers valid params to the hash part without changing them', () => {

0 commit comments

Comments
 (0)