diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-03-31 19:51:09 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-03-31 19:51:09 -0300 |
| commit | 727e1f0b4f6361a38a12489675b8f8c892040d65 (patch) | |
| tree | df1117acd8104e48512376073bb99a5344f81b2b /test/lib/index.js | |
| parent | fd3a79f347f51dbd9fac2fc7192bd68bc812a587 (diff) | |
test: drop wiki-data helpers too
Diffstat (limited to 'test/lib/index.js')
| -rw-r--r-- | test/lib/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lib/index.js b/test/lib/index.js index f9bf71e7..657bfe78 100644 --- a/test/lib/index.js +++ b/test/lib/index.js @@ -1,5 +1,4 @@ Error.stackTraceLimit = Infinity; export * from './composite.js'; -export * from './wiki-data.js'; export * from './strict-match-error.js'; |