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