more metadata #32

This commit is contained in:
jonaswinkler
2020-12-08 16:09:47 +01:00
parent ad527fe97c
commit 0028fde2fd
7 changed files with 118 additions and 15 deletions

View File

@@ -0,0 +1,8 @@
import { FileSizePipe } from './file-size.pipe';
describe('FileSizePipe', () => {
it('create an instance', () => {
const pipe = new FileSizePipe();
expect(pipe).toBeTruthy();
});
});