Diff
diff --git a/tests/main.go b/tests/main.go
index 0d8a3a5..567dd84 100644
--- a/tests/main.go
+++ b/tests/main.go
@@ -10 +10 @@ func main() {
- window := gui.Open("./src/index.html")
+ window := gui.Open("./src/app.html")
@@ -15 +14,0 @@ func main() {
- e.Target.Style["background"] = "red"
@@ -17,3 +15,0 @@ func main() {
- test := document.CreateElement("div")
- test.InnerText = "hellodkljhsa"
- document.QuerySelector("body").AppendChild(test)
@@ -22,3 +17,0 @@ func main() {
-
- // input, output := gui.Render(&window, 850, 400)
- // go adapter.View(input, output)