Create Libraries and basic tooltip
This commit is contained in:
7
libs/container/src/lib/container.spec.ts
Normal file
7
libs/container/src/lib/container.spec.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { container } from './container';
|
||||
|
||||
describe('container', () => {
|
||||
it('should work', () => {
|
||||
expect(container()).toEqual('container');
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user