diff options
Diffstat (limited to 'test/lib/index.js')
| -rw-r--r-- | test/lib/index.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lib/index.js b/test/lib/index.js index 4c9ee23f..f9bf71e7 100644 --- a/test/lib/index.js +++ b/test/lib/index.js @@ -1,7 +1,5 @@ Error.stackTraceLimit = Infinity; export * from './composite.js'; -export * from './content-function.js'; -export * from './generic-mock.js'; export * from './wiki-data.js'; export * from './strict-match-error.js'; |