diff options
Diffstat (limited to 'test/lib/index.js')
-rw-r--r-- | test/lib/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lib/index.js b/test/lib/index.js index b9cc82f8..6eaaa656 100644 --- a/test/lib/index.js +++ b/test/lib/index.js @@ -1,3 +1,4 @@ export * from './content-function.js'; export * from './generic-mock.js'; +export * from './wiki-data.js'; export * from './strict-match-error.js'; |