diff options
author | EuAndreh <eu@euandre.org> | 2024-02-28 05:56:57 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-02-28 05:56:57 -0300 |
commit | d9d1ca9458a7ad8566049db7a7562dc0d427a6e7 (patch) | |
tree | 74176fb2d8822d3ac64b8daee8ea9e3ead07ed2e | |
parent | src/hero.mjs: Promote log() to fancy logger object (diff) | |
download | papod-d9d1ca9458a7ad8566049db7a7562dc0d427a6e7.tar.gz papod-d9d1ca9458a7ad8566049db7a7562dc0d427a6e7.tar.xz |
tests/runner.mjs: Remove unused `AssertionError` type
-rw-r--r-- | tests/runner.mjs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/runner.mjs b/tests/runner.mjs index 0adca10..d36fa03 100644 --- a/tests/runner.mjs +++ b/tests/runner.mjs @@ -1,5 +1,3 @@ -class AssertionError extends Error {} - const red = s => `\x1b[31m${s}\x1b[0m`; const green = s => `\x1b[32m${s}\x1b[0m`; const yellow = s => `\x1b[33m${s}\x1b[0m`; |