UNPKG

fava

Version:

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

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