subspace/test/test.spec.js
Richard Ramos 65c2cb1799
feat: setup jest (#69)
* remove teller from tests
* jest config and sample spec
2020-02-14 18:49:55 -04:00

4 lines
70 B
JavaScript

describe('Test!', () => {
test('test description', () => {
});
});