add angular material project
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { Role } from './role';
|
||||
|
||||
describe('Role', () => {
|
||||
it('should create an instance', () => {
|
||||
expect(new Role()).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user