We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b94272 commit 67308edCopy full SHA for 67308ed
tests/unit/assert_snapshot_test.sh
@@ -81,8 +81,8 @@ function test_unsuccessful_assert_match_snapshot_ignore_colors() {
81
}
82
83
function test_assert_match_snapshot_with_placeholder() {
84
- if check_os::is_alpine; then
85
- skip "not supported on alpine" && return
+ if ! dependencies::has_perl; then
+ skip "perl not available" && return
86
fi
87
88
local temp_dir
@@ -96,8 +96,8 @@ function test_assert_match_snapshot_with_placeholder() {
96
97
98
function test_assert_match_snapshot_with_custom_placeholder() {
99
100
101
102
103
0 commit comments