0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-27 22:59:51 -05:00

test: restore snapshot unit test

This commit is contained in:
Juan Picado @jotadeveloper 2018-06-18 23:34:29 +02:00
parent 9242d498d7
commit 0de1e7efd4
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -48,7 +48,6 @@ describe('<Package /> component', () => {
).toEqual('By: Sam');
expect(wrapper.find('p').text()).toEqual('Private NPM repository');
expect(wrapper.find('.license').text()).toMatch(/MIT/);
// FIXME: >Published about 2 months ago
// expect(wrapper.html()).toMatchSnapshot();
expect(wrapper.html()).toMatchSnapshot();
});
});