diff options
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'; |