Add testing script and vitest as a dev dependency in package.json

This commit is contained in:
2025-12-23 16:42:07 +01:00
parent a14206d32c
commit c04c144b33
10 changed files with 1910 additions and 188 deletions

View File

@@ -175,3 +175,8 @@ async function postCode() {
}
}
postCode();
module.exports = {
validateAuthentication,
replacePlaceholders,
};