added navigation and a lot of unit tests

This commit is contained in:
metacryst
2024-03-18 09:38:07 +01:00
parent 802a39f502
commit b1d2370c0b
6 changed files with 340 additions and 180 deletions

8
Test/Pages/home.js Normal file
View File

@@ -0,0 +1,8 @@
class Home extends Page {
results = window.test
render = () => {
}
}
export default Home