aboutsummaryrefslogtreecommitdiff
path: root/integration/apps (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-01-02copy: replace Bun with bun (#99)Gravatar luke miles 1-2/+2
Most CLI tools have the style convention of referring to themselves in lowercase. It is, after all, the name that users type in when using the tool. This PR maintains that convention in bun. "Drop the uppercase B, it's cleaner"
2021-12-29[bun install] Integration testGravatar Jarred Sumner 1-0/+79
2021-12-24[bun create] Run with bun runGravatar Jarred Sumner 2-1/+14
2021-12-16[npm install] Use BoringSSL for https:// requestsGravatar Jarred Sumner 1-1/+0
2021-12-16don't need sleep since not a universal binary anymoreGravatar Jarred Sumner 1-7/+5
2021-11-04[bun run] Fix bug with quotes and spacesGravatar Jarred Sumner 2-7/+20
Fixes #53
2021-11-02[test] Make sure we curl a jsx file in react integration testGravatar Jarred Sumner 1-7/+6
2021-10-29Add integration test that verifies bash exported functions work in `bun run`Gravatar Jarred Sumner 1-1/+17
2021-10-26Add test that checks JIT is enabled for JavaScriptCore and crashes if it isn'tGravatar Jarred Sumner 2-2/+4
2021-10-26Simple integration test for `bun run`Gravatar Jarred Sumner 2-0/+21
2021-10-26Add a very simple integration test for `bun create next` & `bun create react`Gravatar Jarred Sumner 2-0/+28