test: add missing implementation-plan test targets
This commit is contained in:
committed by
copilot-swe-agent[bot]
parent
b8c9476a82
commit
116f6bf003
8
tests/bun_test_test/cache_hit_shape.sh
Executable file
8
tests/bun_test_test/cache_hit_shape.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
rule_file="$1"
|
||||
|
||||
grep -Eq 'set -euo pipefail' "${rule_file}"
|
||||
grep -Eq 'src_args = " "\.join' "${rule_file}"
|
||||
grep -Eq 'exec "\$\{bun_bin\}" test \{src_args\} "\$@"' "${rule_file}"
|
||||
Reference in New Issue
Block a user