File tree 2 files changed +0
-6
lines changed
tests/e2e-cypress/integration
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
import { DEFAULT_PROJECTION } from '@/config'
4
4
import { WGS84 } from '@/utils/coordinates/coordinateSystems'
5
- import setupProj4 from '@/utils/setupProj4'
6
5
import proj4 from 'proj4'
7
6
8
- setupProj4 ( )
9
-
10
7
const geolocationButtonSelector = '[data-cy="geolocation-button"]'
11
8
12
9
function getGeolocationButtonAndClickIt ( ) {
Original file line number Diff line number Diff line change 2
2
3
3
import { DEFAULT_PROJECTION } from '@/config'
4
4
import { WGS84 } from '@/utils/coordinates/coordinateSystems'
5
- import setupProj4 from '@/utils/setupProj4'
6
5
import proj4 from 'proj4'
7
6
8
- setupProj4 ( )
9
-
10
7
describe ( 'Test on legacy param import' , ( ) => {
11
8
context ( 'Coordinates import' , ( ) => {
12
9
it ( 'transfers valid params to the hash part without changing them' , ( ) => {
You can’t perform that action at this time.
0 commit comments