diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-03-31 19:53:51 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-03-31 19:53:51 -0300 |
| commit | 90b0f3ebb163e05aa47aec66bf16ddaa03739546 (patch) | |
| tree | 7f271020b791d7ef432d97bbddfba4a736d85291 /test/lib/index.js | |
| parent | 727e1f0b4f6361a38a12489675b8f8c892040d65 (diff) | |
test: move lib functions into one (short!) file
Diffstat (limited to 'test/lib/index.js')
| -rw-r--r-- | test/lib/index.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/lib/index.js b/test/lib/index.js deleted file mode 100644 index 657bfe78..00000000 --- a/test/lib/index.js +++ /dev/null @@ -1,4 +0,0 @@ -Error.stackTraceLimit = Infinity; - -export * from './composite.js'; -export * from './strict-match-error.js'; |