Discofy/src/app/galeria.spec.ts
2021-01-18 14:01:50 +01:00

8 lines
158 B
TypeScript

import { Galeria } from './galeria';
describe('Galeria', () => {
it('should create an instance', () => {
expect(new Galeria()).toBeTruthy();
});
});