🚚 Post lerna init and import of packages
This commit is contained in:
parent
d73cd3512c
commit
921a757356
48 changed files with 14830 additions and 0 deletions
7
packages/workbench/src/test.js
Normal file
7
packages/workbench/src/test.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import ExampleComponent from './'
|
||||
|
||||
describe('ExampleComponent', () => {
|
||||
it('is truthy', () => {
|
||||
expect(ExampleComponent).toBeTruthy()
|
||||
})
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue