UNPKG

malta

Version:

Lightning builder allows to compose on the fly and update packed and full coded huge files, edit its parts as files, splitted and glued as You need.

8 lines (5 loc) 155 B
// jest --testRegex="ccc.js$" --rootDir="." const s = require('../../out/ccc.js'); it('Adds two numbers', function () { expect(s.sum(1,2)).toBe(3); });