fix tests
This commit is contained in:
parent
0a6e7918ef
commit
9b52d0e081
2 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@ import { expect } from 'chai'
|
||||||
import { shallow } from 'enzyme'
|
import { shallow } from 'enzyme'
|
||||||
import sinon from 'sinon'
|
import sinon from 'sinon'
|
||||||
|
|
||||||
import InfoAndHelp from '../../../src/components/common/InfoAndHelp.js'
|
import InfoAndHelp from '../../src/components/InfoAndHelp.js'
|
||||||
import MapInfoBox from '../../../src/components/MapView/MapInfoBox.js'
|
import MapInfoBox from '../../src/routes/MapView/MapInfoBox.js'
|
||||||
|
|
||||||
function assertTooltip({ wrapper, description, cssClass, tooltipText, callback }) {
|
function assertTooltip({ wrapper, description, cssClass, tooltipText, callback }) {
|
||||||
it(description, function() {
|
it(description, function() {
|
|
@ -1,6 +1,6 @@
|
||||||
/* global describe, it */
|
/* global describe, it */
|
||||||
import React from 'react'
|
import React from 'react'
|
||||||
import ImportDialogBox from '../../../src/components/MapView/ImportDialogBox.js'
|
import ImportDialogBox from '../../../src/routes/MapView/ImportDialogBox.js'
|
||||||
import Dropzone from 'react-dropzone'
|
import Dropzone from 'react-dropzone'
|
||||||
import { expect } from 'chai'
|
import { expect } from 'chai'
|
||||||
import { shallow } from 'enzyme'
|
import { shallow } from 'enzyme'
|
Loading…
Reference in a new issue