diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-04-19 14:43:48 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-04-19 14:43:48 -0400 |
| commit | aaae57b7978ffd0038ad560d6c9a4e8cf064cb0d (patch) | |
| tree | 4801d87e50d4c20817d443f9a7cc2092c82386f4 /frontend/__tests__/AddToCart.test.js | |
| parent | e018f5482e550a49535f4df990d3bfc09128f5d8 (diff) | |
test test test
Diffstat (limited to 'frontend/__tests__/AddToCart.test.js')
| -rw-r--r-- | frontend/__tests__/AddToCart.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/__tests__/AddToCart.test.js b/frontend/__tests__/AddToCart.test.js index 92ad0ad..9b6a304 100644 --- a/frontend/__tests__/AddToCart.test.js +++ b/frontend/__tests__/AddToCart.test.js @@ -1,5 +1,5 @@ import React from 'react'; -import { shallow, mount } from 'enzyme'; +import { mount } from 'enzyme'; import toJSON from 'enzyme-to-json'; import AddToCart from '../components/AddToCart'; import mountOptions from './mockMang'; |
