We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e42df6 commit 86d78d7Copy full SHA for 86d78d7
tests/client/core/components/TestNavBar.js
@@ -1,7 +1,7 @@
1
import React from 'react';
2
-import { shallowRender } from 'tests/client/helpers';
3
import { Link } from 'react-router';
4
+import { shallowRender } from 'tests/client/helpers';
5
import { NavBar, NavBarItem, NavBarLink } from 'core/components/NavBar';
6
7
describe('<NavBarItem />', () => {
tests/client/search/components/TestNavBar.js
@@ -1,8 +1,8 @@
import { NavBar, NavBarLink } from 'core/components/NavBar';
import SearchNavBar from 'search/components/NavBar';
describe('<SearchNavBar />', () => {
8
it('renders a link to Search', () => {
0 commit comments