From 76cb9c2a39d477a64824a985ade40507e3bbade1 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Fri, 13 Feb 2026 21:34:48 -0800 Subject: feat(vanilla): add testing infrastructure and tests (NK-wjnczv) --- vanilla/coverage/index.html | 116 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 vanilla/coverage/index.html (limited to 'vanilla/coverage/index.html') diff --git a/vanilla/coverage/index.html b/vanilla/coverage/index.html new file mode 100644 index 0000000..da539e0 --- /dev/null +++ b/vanilla/coverage/index.html @@ -0,0 +1,116 @@ + + + + + + Code coverage report for All files + + + + + + + + + +
+
+

All files

+
+ +
+ 84.91% + Statements + 152/179 +
+ + +
+ 65.26% + Branches + 62/95 +
+ + +
+ 69.23% + Functions + 18/26 +
+ + +
+ 88.66% + Lines + 133/150 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FileStatementsBranchesFunctionsLines
app.js +
+
84.91%152/17965.26%62/9569.23%18/2688.66%133/150
+
+
+
+ + + + + + + + \ No newline at end of file -- cgit v1.2.3