Skip to content

Commit 0de23ac

Browse files
committed
Fix snapshot for tabbed panes.
1 parent a504a4f commit 0de23ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/views/Explorer/RemoteExplorerLayout/TabbedPanes.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const setUp = (initialState = {}, props = {}) => {
1212
};
1313

1414

15-
describe(__filename, function () {
15+
describe('Tabbed Panes', function () {
1616

1717

1818
describe('renders', function () {

src/views/Explorer/RemoteExplorerLayout/__snapshots__/TabbedPanes.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`/media/negativezero/Projects/rclone/rclone-webui-react/src/views/Explorer/RemoteExplorerLayout/TabbedPanes.test.js renders should match snapshot 1`] = `
3+
exports[`Tabbed Panes renders should match snapshot 1`] = `
44
<Col
55
key="0"
66
lg={12}

0 commit comments

Comments
 (0)