9 linhas
237 B
TypeScript
9 linhas
237 B
TypeScript
import { AlphaOnlyDirective } from './alpha-only.directive';
|
|
|
|
describe('AlphaOnlyDirective', () => {
|
|
it('should create an instance', () => {
|
|
const directive = new AlphaOnlyDirective();
|
|
expect(directive).toBeTruthy();
|
|
});
|
|
});
|