0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00
verdaccio/test/webui/components/test.spec.js
2018-01-07 07:59:36 +00:00

5 lines
No EOL
86 B
JavaScript

describe('test', () => {
it('add', () => {
expect(2).toEqual(3);
})
})