8 lines
160 B
TypeScript
8 lines
160 B
TypeScript
import { RolesGuard } from './roles.guard'
|
|
|
|
describe('RolesGuard', () => {
|
|
it('should be defined', () => {
|
|
expect(new RolesGuard()).toBeDefined()
|
|
})
|
|
})
|