UNPKG

fava

Version:

A wannabe tiny largely-drop-in replacement for ava that works in the browser too.

9 lines (8 loc) 229 B
/* IMPORT */ import assert from './assert.js'; import describe from './describe.js'; import suite from './suite.js'; import test from './test.js'; import t from './t.js'; /* EXPORT */ export { assert, describe, suite, test, t };