diff --git a/src/helpers.js b/src/helpers.js index 89690b1..7dfb1ec 100644 --- a/src/helpers.js +++ b/src/helpers.js @@ -14,8 +14,13 @@ module.exports = { getSetting, ignoreFiles, makeTOTP, + expTest, }; +function expTest(foo) { + return foo * 2; +} + const SettingScope = { // query a setting first from the login, then the store, then globally Login: "login",