Code owners
Assign users and groups as approvers for specific file changes. Learn more.
math-atan.pipe.spec.ts 196 B
import { MathAtanPipe } from './math-atan.pipe';
describe('MathAtanPipe', () => {
it('create an instance', () => {
const pipe = new MathAtanPipe();
expect(pipe).toBeTruthy();
});
});