1
0
Fork 0
freesewing/packages/create-freesewing-pattern/template/dark/src/test.js
2019-04-19 08:36:03 +02:00

7 lines
148 B
JavaScript

import ExampleComponent from './'
describe('ExampleComponent', () => {
it('is truthy', () => {
expect(ExampleComponent).toBeTruthy()
})
})