UNPKG

generator-cheminfo

Version:

Generator for the different cheminfo organizations

8 lines (5 loc) 149 B
import { expect, test } from 'vitest'; import { myModule } from '..'; test('Should return 42', () => { expect(myModule()).toStrictEqual(42); });