Unit tests dont need a silly sleep and vendor vue.js

This commit is contained in:
Bel LaPointe
2020-07-23 00:32:53 -06:00
parent cc7ea37676
commit 085150a7b5
4 changed files with 25 additions and 24 deletions

View File

@@ -11,7 +11,7 @@ func main() {
c := config.New()
log.Println(c)
g := storage.NewGraph()
if err := view.Html(g); err != nil {
if err := view.JSON(g); err != nil {
panic(err)
}
}