We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8767bf commit 434afc7Copy full SHA for 434afc7
css_test.go
@@ -1,10 +1,11 @@
1
package go_ssr
2
3
import (
4
- "github.com/rs/zerolog"
5
- "github.com/stretchr/testify/assert"
6
"os"
7
"testing"
+
+ "github.com/rs/zerolog"
8
+ "github.com/stretchr/testify/assert"
9
)
10
11
func TestEngine_BuildLayoutCSSFile(t *testing.T) {
@@ -27,7 +28,7 @@ func TestEngine_BuildLayoutCSSFile(t *testing.T) {
27
28
},
29
{
30
name: "should build layout css file with tailwind",
- shouldContain: "html {",
31
+ shouldContain: "tailwindcss",
32
config: &Config{
33
AppEnv: "production",
34
FrontendDir: "./examples/frontend-tailwind/src",
0 commit comments