blob: e8f923dc9a73df5993106abe03e0c65fb47f3c71 (
plain)
1
2
3
4
5
6
7
8
|
import { FormatCommaPipe } from './format-comma.pipe';
describe('FormatCommaPipe', () => {
it('create an instance', () => {
const pipe = new FormatCommaPipe();
expect(pipe).toBeTruthy();
});
});
|