~repos /gromer

#golang#htmx#ssr

git clone https://pyrossh.dev/repos/gromer.git

gromer is a framework and cli to build multipage web apps in golang using htmx and alpinejs.


0afdf124 pyros2097

tag: v0.0.6

v0.0.6

5 years ago
css test
Files changed (1) hide show
  1. css_test.go +11 -0
css_test.go ADDED
@@ -0,0 +1,11 @@
1
+ package app
2
+
3
+ import (
4
+ "testing"
5
+
6
+ "github.com/stretchr/testify/assert"
7
+ )
8
+
9
+ func TestCss(t *testing.T) {
10
+ assert.Equal(t, "123", Css("123").classes)
11
+ }