diff options
Diffstat (limited to 'integration')
-rw-r--r-- | integration/apps/bun-create-next.sh | 4 | ||||
-rw-r--r-- | integration/snippets/public/index.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/integration/apps/bun-create-next.sh b/integration/apps/bun-create-next.sh index 832931a04..b92bff2c0 100644 --- a/integration/apps/bun-create-next.sh +++ b/integration/apps/bun-create-next.sh @@ -1,7 +1,7 @@ #!/bin/bash -# The important part of this test: make sure that Bun.js successfully loads -# The most likely reason for this test to fail is that something broke in the JavaScriptCore <> Bun integration +# The important part of this test: make sure that bun.js successfully loads +# The most likely reason for this test to fail is that something broke in the JavaScriptCore <> bun integration killall -9 $(basename $BUN_BIN) || echo "" rm -rf /tmp/next-app diff --git a/integration/snippets/public/index.html b/integration/snippets/public/index.html index 34e18a07a..225c98d52 100644 --- a/integration/snippets/public/index.html +++ b/integration/snippets/public/index.html @@ -3,7 +3,7 @@ <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <title>Bun Test</title> + <title>bun Test</title> </head> <body> <script type="module"> |