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 57f0cde commit e2aa5f5Copy full SHA for e2aa5f5
tests/test.bats
@@ -76,7 +76,7 @@ health_checks() {
76
if [ "${USE_CUSTOM_NODE:-}" = "true" ]; then
77
run ddev exec node -v
78
assert_success
79
- assert_output --regexp "^v18\\.\\d+\\.\\d+$"
+ assert_output --regexp '^v18\.\d+\.\d+$'
80
fi
81
}
82
0 commit comments