Assign user to workspace on signin
This commit is contained in:
@ -13,10 +13,4 @@ describe('AppController', () => {
|
||||
|
||||
appController = app.get<AppController>(AppController);
|
||||
});
|
||||
|
||||
describe('root', () => {
|
||||
it('should return "Hello World!"', () => {
|
||||
expect(appController.health()).toBe('Healthy!');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user