updated test coverage todos

This commit is contained in:
PedroCailleret
2022-12-03 04:38:30 -03:00
parent 834b9569b2
commit fc478dc12f
5 changed files with 55 additions and 0 deletions

7
test/_.test.ts Normal file
View File

@@ -0,0 +1,7 @@
/* eslint-disable no-useless-escape */
describe("_", () => {
console.log(
"/// ______ __\r\n/// .-----.|__ |.-----.|__|.--.--.\r\n/// | _ || __|| _ || ||_ _|\r\n/// | __||______|| __||__||__.__|\r\n/// |__| |__|\r\n///",
);
});