From 6a83ac97ba191e1169aca4a662825bc52624cf12 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Wed, 2 May 2018 14:51:36 -0400 Subject: remove mockMang --- frontend/__tests__/Signup.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/__tests__/Signup.test.js') diff --git a/frontend/__tests__/Signup.test.js b/frontend/__tests__/Signup.test.js index f73c01c..aa6e1a2 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 './mockMang'; +import mountOptions from './testUtils'; function type(wrapper, name, value) { wrapper.find(`input[name="${name}"]`).simulate('change', { -- cgit v1.3