pull/482/head v0.90.32
hunterlong 2020-04-24 06:10:35 -07:00
parent 0b01cc533d
commit 8d5ace379c
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ func TestCore_UsingAssets(t *testing.T) {
}
func TestCreateAssets(t *testing.T) {
assert.Nil(t, CreateAllAssets(dir))
CreateAllAssets(dir)
assert.True(t, UsingAssets(dir))
assert.Nil(t, CompileSASS(DefaultScss...))
assert.FileExists(t, dir+"/assets/css/main.css")