UNPKG

generator-cheminfo

Version:

Generator for the different cheminfo organizations

8 lines (6 loc) 142 B
import { myModule } from '..'; describe('test myModule', () => { it('should return 42', () => { expect(myModule()).toBe(42); }); });