mirror of https://github.com/statping/statping
parent
0b01cc533d
commit
8d5ace379c
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue