JS: Update test suite

This commit is contained in:
Asger Feldthaus
2021-03-19 16:45:31 +00:00
parent fa2ae1420a
commit 405c1f3fc7
14 changed files with 1 additions and 13 deletions

View File

@@ -0,0 +1,7 @@
function foo(x) {
return x;
}
function bar(y) {
return y;
}