mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 15:04:45 +00:00
13 lines
358 B
JavaScript
13 lines
358 B
JavaScript
/**
|
|
* power-assert-formatter.js - Power Assert output formatter
|
|
*
|
|
* https://github.com/power-assert-js/power-assert-formatter
|
|
*
|
|
* Copyright (c) 2013-2016 Takuto Wada
|
|
* Licensed under the MIT license.
|
|
* https://github.com/power-assert-js/power-assert-formatter/blob/master/MIT-LICENSE.txt
|
|
*/
|
|
'use strict';
|
|
|
|
module.exports = require('./lib/create');
|