UNPKG

generator-cheminfo

Version:

Generator for the different cheminfo organizations

8 lines (5 loc) 149 B
import { expect, test } from 'vitest'; import { myModule } from '../index.ts'; test('should return 42', () => { expect(myModule()).toBe(42); });