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:
parent
9242d498d7
commit
0de1e7efd4
1 changed files with 1 additions and 2 deletions
|
@ -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();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue