UNPKG

fava

Version:

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

7 lines (6 loc) 188 B
import assert from './assert'; import describe from './describe'; import suite from './suite'; import test from './test'; import t from './t'; export { assert, describe, suite, test, t };