UNPKG

338 BJavaScriptView Raw
1/**
2 * power-assert-formatter.js - Power Assert output formatter
3 *
4 * https://github.com/twada/power-assert-formatter
5 *
6 * Copyright (c) 2013-2014 Takuto Wada
7 * Licensed under the MIT license.
8 * https://github.com/twada/power-assert-formatter/blob/master/MIT-LICENSE.txt
9 */
10'use strict';
11
12module.exports = require('./lib/create');