diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-05-02 14:59:28 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-05-02 14:59:28 -0400 |
| commit | b6b0ee9c2ef43f4eef4df403897bcd8fd9ad2957 (patch) | |
| tree | 6659fc57d71b84964f96d597c0559ad4f1e0f084 /frontend/__tests__/Signup.test.js | |
| parent | 6a83ac97ba191e1169aca4a662825bc52624cf12 (diff) | |
move utils to lib
Diffstat (limited to 'frontend/__tests__/Signup.test.js')
| -rw-r--r-- | frontend/__tests__/Signup.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/__tests__/Signup.test.js b/frontend/__tests__/Signup.test.js index aa6e1a2..fbeb513 100644 --- a/frontend/__tests__/Signup.test.js +++ b/frontend/__tests__/Signup.test.js @@ -3,7 +3,7 @@ import { mount } from 'enzyme'; import toJSON from 'enzyme-to-json'; import wait from 'waait'; import Signup from '../components/Signup'; -import mountOptions from './testUtils'; +import mountOptions from '../lib/testUtils'; function type(wrapper, name, value) { wrapper.find(`input[name="${name}"]`).simulate('change', { |
