Phase 1+2: Nx workspace with apps, libs, and module boundaries
This commit is contained in:
7
libs/api-interfaces/src/lib/api-interfaces.spec.ts
Normal file
7
libs/api-interfaces/src/lib/api-interfaces.spec.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { apiInterfaces } from './api-interfaces';
|
||||
|
||||
describe('apiInterfaces', () => {
|
||||
it('should work', () => {
|
||||
expect(apiInterfaces()).toEqual('api-interfaces');
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user