mirror of
https://github.com/gohugoio/hugo.git
synced 2025-12-13 20:36:04 +01:00
resources: Skip integration test if Dart Sass is not installed
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
0de8f8607b
commit
5e649eb4d0
@@ -645,6 +645,9 @@ T1: {{ $r.Content }}
|
||||
|
||||
func TestSilenceDependencyDeprecations(t *testing.T) {
|
||||
t.Parallel()
|
||||
if !dartsass.Supports() {
|
||||
t.Skip()
|
||||
}
|
||||
|
||||
files := `
|
||||
-- hugo.toml --
|
||||
|
||||
Reference in New Issue
Block a user