Test OO params are correct type

This commit is contained in:
metacryst
2024-03-28 10:34:07 -05:00
parent cbd1e613e3
commit 66f56727a5
3 changed files with 41 additions and 10 deletions

View File

@@ -2,7 +2,7 @@ console.log("Tests initializing.")
window.testSuites = [];
await import ("./parse.test.js")
await import ("./shadow.test.js")
await import ("./init.test.js")
await import ("./observedobject.test.js")
await import ("./render.test.js")