UNPKG

polendina

Version:

Non-UI browser testing for JavaScript libraries from the command-line

7 lines (5 loc) 168 B
import { assert } from 'chai' import index from './index.js' console.log('testing bare fixture') assert.strictEqual(index, 'bare test fixture') assert.ok(true, 'yep')