UNPKG

polendina

Version:

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

12 lines (9 loc) 262 B
import { assert } from 'chai' import index from './index.js' export async function test1 () { console.log('testing bare fixture') assert.strictEqual(await index(), 'bare test fixture') } export async function test2 () { assert.fail('faily mcfailface') }