1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-12 06:05:43 +07:00

chore: remove snapshot

This commit is contained in:
Juan Picado @jotadeveloper
2019-06-03 21:09:48 +02:00
parent c27c3f5827
commit 11f4819e3c
2 changed files with 0 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -57,7 +57,5 @@ describe('<PackageList /> component', () => {
// package count
expect(wrapper.find('Package')).toHaveLength(3);
// match snapshot
expect(wrapper.html()).toMatchSnapshot();
});
});