Skip to content
Snippets Groups Projects
math-atan.pipe.spec.ts 196 B
Newer Older
  • Learn to ignore specific revisions
  • import { MathAtanPipe } from './math-atan.pipe';
    
    describe('MathAtanPipe', () => {
      it('create an instance', () => {
        const pipe = new MathAtanPipe();
        expect(pipe).toBeTruthy();
      });
    });