1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-06-02 09:35:06 +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
No known key found for this signature in database
GPG Key ID: 15AA875EF3768142
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 // package count
expect(wrapper.find('Package')).toHaveLength(3); expect(wrapper.find('Package')).toHaveLength(3);
// match snapshot
expect(wrapper.html()).toMatchSnapshot();
}); });
}); });