UNPKG

199 Btext/x-handlebars-templateView Raw
1/**
2 * {{pkg.description}}
3 * @module {{pkg.name}}
4 */
5
6'use strict'
7
8const amocha = require('./amocha')
9
10const lib = amocha.bind(this)
11
12Object.assign(lib, amocha, {
13 amocha
14})
15
16module.exports = lib
\No newline at end of file