diff options
author | 2022-04-15 16:54:58 -0700 | |
---|---|---|
committer | 2022-04-15 16:54:58 -0700 | |
commit | 8bb283e61674ef06b0eac1bd0ade04e6560e0131 (patch) | |
tree | d9c9c2f3673af4a5a6d103c06ff52573ce55a551 | |
parent | 32e2345e534b4e81063e596bc03b3652a695df57 (diff) | |
download | bun-8bb283e61674ef06b0eac1bd0ade04e6560e0131.tar.gz bun-8bb283e61674ef06b0eac1bd0ade04e6560e0131.tar.zst bun-8bb283e61674ef06b0eac1bd0ade04e6560e0131.zip |
Update README.md
-rw-r--r-- | integration/README.md | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/integration/README.md b/integration/README.md index 31a0b4099..6f0f047b7 100644 --- a/integration/README.md +++ b/integration/README.md @@ -129,35 +129,6 @@ make test-bun-install make test-bun-dev ``` -### CLI tests - -These run the bash files in the `apps` directory. - -They check end-to-end that the CLI works as expected. - -```bash -# Install dependencies for running tests -# Does not run tests -make test-install - -# Check a Create React App returns HTML -make test-create-react - -# Check a Next.js app SSRs successfully -make test-create-next - -# Check that bun run works for the same CLI args passed to npm run -make test-bun-run - -# Check that "react" installed via bun install loads successfully -# and that deleting/adding updates the lockfile as expected -make test-bun-install - -# Check that serving public paths works correctly -# and that files which should be transpiled are transpiled and files which shouldn't be aren't -make test-bun-dev -``` - ### Zig tests These tests live in various `.zig` files throughout Bun's codebase, leveraging Zig's builtin `test` keyword. |