UNPKG

nwb

Version:

A toolkit for React, Preact & Inferno apps, React libraries and other npm modules for the web, with no configuration (until you need it)

10 lines (7 loc) 202 B
import expect from 'expect' import message from 'src/index' describe('Module template', () => { it('displays a welcome message', () => { expect(message).toContain('Welcome to {{name}}') }) })