UNPKG

@plugjs/build

Version:

Simple shared build using PlugJS

8 lines (6 loc) 205 B
import { theAnswer } from '../src/index' describe('Don\'t panic', () => { it('should provide the answer to life, the universe, and everything', () => { expect(theAnswer).toStrictlyEqual(42) }) })