diff --git a/src/js/exports.js b/src/js/exports.js index 1384c96af..e8e29c2cd 100644 --- a/src/js/exports.js +++ b/src/js/exports.js @@ -13,4 +13,21 @@ global.link = AccountController.linkWithGoogle; global.filters = ResultFilters.getFilters(); -global.glarsesMode = toggleGlarses; \ No newline at end of file +global.glarsesMode = toggleGlarses; + +global.crownTest = async () => { + console.log('local pb', await DB.getLocalPB( + "time", + 60, + false, + "english", + "normal" + )) + console.log('local highest wpm', await DB.getUserHighestWpm( + "time", + 60, + false, + "english", + "normal" + )) +} \ No newline at end of file