UNPKG

generator-cheminfo

Version:

Generator for the different cheminfo organizations

10 lines (7 loc) 183 B
'use strict'; const { myCommonJS } = require('../index'); describe('test myCommonJS', () => { it('should return 42', () => { expect(myCommonJS()).toStrictEqual(42); }); });