Skip to content
Snippets Groups Projects
Commit 56306fac authored by Jure's avatar Jure
Browse files

Remove Enzyme configuration for client, React is still at version 15.

parent a0dc648a
No related branches found
No related tags found
No related merge requests found
import Enzyme from 'enzyme'
import Adapter from 'enzyme-adapter-react-16'
import path from 'path'
Enzyme.configure({ adapter: new Adapter() })
process.env.NODE_CONFIG_DIR = path.resolve(__dirname, '..', 'config')
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment