Page MenuHomec4science

ontologies2namespaces.pipe.spec.ts
No OneTemporary

File Metadata

Created
Tue, Sep 10, 07:06

ontologies2namespaces.pipe.spec.ts

import { Ontologies2namespacesPipe } from './ontologies2namespaces.pipe';
describe('Ontologies2namespacesPipe', () => {
it('create an instance', () => {
const pipe = new Ontologies2namespacesPipe();
expect(pipe).toBeTruthy();
});
});

Event Timeline