1
0
Fork 0

🚚 Post lerna init and import of packages

This commit is contained in:
Joost De Cock 2019-04-19 08:37:33 +02:00
parent d73cd3512c
commit 921a757356
48 changed files with 14830 additions and 0 deletions

View file

@ -0,0 +1,7 @@
import ExampleComponent from './'
describe('ExampleComponent', () => {
it('is truthy', () => {
expect(ExampleComponent).toBeTruthy()
})
})