Skip to content

Commit 11f4819

Browse files
committed
chore: remove snapshot
1 parent c27c3f5 commit 11f4819

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

test/unit/components/__snapshots__/packagelist.spec.js.snap

-3
This file was deleted.

test/unit/components/packagelist.spec.js

-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,5 @@ describe('<PackageList /> component', () => {
5757

5858
// package count
5959
expect(wrapper.find('Package')).toHaveLength(3);
60-
// match snapshot
61-
expect(wrapper.html()).toMatchSnapshot();
6260
});
6361
});

0 commit comments

Comments
 (0)