1
0
Fork 0

rename to foam

This commit is contained in:
ssube 2021-07-24 14:21:18 -05:00
parent 4216219db6
commit f8194e4b17
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
3 changed files with 6 additions and 2 deletions

3
.npmignore Normal file
View File

@ -0,0 +1,3 @@
.nyc_output/
node_modules/
test/

View File

@ -1,5 +1,5 @@
{
"name": "mocha-froth",
"name": "mocha-foam",
"version": "0.1.0",
"main": "out/src/index.js",
"author": "ssube <seansube@gmail.com>",

View File

@ -113,7 +113,8 @@ export function formatPrefix<T>(details: RunDetails<[T]>): string {
}
/**
* Guess whether the run threw an error.
* Guess whether the run threw an error. Looks for strings starting with `Error` or a typed error
* like `AssertionError`.
*
* @private
*/