sc-portal/app/src/app/pipes/file-size.pipe.spec.ts
Dragos 069afd02b1 TRIX-26 affinity rule editor
also renamed all occurrences of "instance" to "machine" because there were many inconsistencies
2021-06-01 10:55:41 +03:00

9 lines
195 B
TypeScript

import { FileSizePipe } from './file-size.pipe';
describe('FileSizePipe', () => {
it('create an machine', () => {
const pipe = new FileSizePipe();
expect(pipe).toBeTruthy();
});
});