Add testing script and vitest as a dev dependency in package.json
Some checks failed
Lint / pre-commit Linting (push) Successful in 1m52s
Test / Run Tests (push) Failing after 8m40s

This commit is contained in:
2025-12-23 16:42:07 +01:00
parent 25e4ba9f71
commit a2b753417a
9 changed files with 3218 additions and 67 deletions

View File

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