summaryrefslogtreecommitdiffstats
path: root/frontend/__tests__/CartCount.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/__tests__/CartCount.test.js')
-rw-r--r--frontend/__tests__/CartCount.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/__tests__/CartCount.test.js b/frontend/__tests__/CartCount.test.js
index f3c4978..6786a86 100644
--- a/frontend/__tests__/CartCount.test.js
+++ b/frontend/__tests__/CartCount.test.js
@@ -1,7 +1,7 @@
import React from 'react';
import { shallow, mount } from 'enzyme';
import toJSON from 'enzyme-to-json';
-import { CartCount } from '../components/CartCount';
+import CartCount from '../components/CartCount';
describe('<CartCount></CartCount>', () => {
it('renders okay', () => {