diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-08-25 14:06:00 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-09-05 21:02:52 -0300 |
commit | f562896d4d67558a32726f7086beebf29019a44d (patch) | |
tree | b4f9b9c16eba37abdcef26b18723d9acc7e406df /test/lib/index.js | |
parent | 087564095ff06fed25a0c21fab01ed9d849937d0 (diff) |
yaml, test: mutate/decache wikiData in more reusable ways
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'; |