test: Migrate to vitest from jest

This commit is contained in:
Sidharth Vinod
2022-09-07 11:24:40 +05:30
parent 3a179170bb
commit bf4607cf08
29 changed files with 560 additions and 1444 deletions

View File

@@ -0,0 +1,3 @@
module.exports = function (txt: string) {
return txt;
};