1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/test/webui/components/test.spec.js

5 lines
86 B
JavaScript
Raw Normal View History

2017-11-28 17:05:58 +01:00
describe('test', () => {
it('add', () => {
expect(2).toEqual(3);
})
})