diff options
| author | 2022-07-11 08:45:44 -0700 | |
|---|---|---|
| committer | 2022-07-11 08:45:44 -0700 | |
| commit | 2b709315e3e528944d07499732db656ce6fae86b (patch) | |
| tree | 093c3347f43ab3ebf6f3616eee876dd637d0e9bb /test/apps/bun-dev-index-html.sh | |
| parent | a7adf3d36955a45357803b60f65f2693768f10e2 (diff) | |
| download | bun-2b709315e3e528944d07499732db656ce6fae86b.tar.gz bun-2b709315e3e528944d07499732db656ce6fae86b.tar.zst bun-2b709315e3e528944d07499732db656ce6fae86b.zip | |
[integration test scripts] `bun` -> `bun dev`
Diffstat (limited to 'test/apps/bun-dev-index-html.sh')
| -rw-r--r-- | test/apps/bun-dev-index-html.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apps/bun-dev-index-html.sh b/test/apps/bun-dev-index-html.sh index f34bf11a2..14db88113 100644 --- a/test/apps/bun-dev-index-html.sh +++ b/test/apps/bun-dev-index-html.sh @@ -21,7 +21,7 @@ echo $static_content >"$dir/static.txt" echo $css_not_transpiled_content >"$dir/css_not_transpiled_content.css" cd $dir -$BUN_BIN --port 8087 & +$BUN_BIN dev --port 8087 & sleep 0.005 if [[ "$(curl --fail -sS http://localhost:8087/)" != "$index_content" ]]; then |
