diff options
author | 2023-03-05 00:21:00 -0800 | |
---|---|---|
committer | 2023-03-05 00:21:00 -0800 | |
commit | 42f6b35a5be8bc0b48f7643618a8458c146e8272 (patch) | |
tree | 264f4f0330cc7c25b6f6c0bc22972908436541c2 /test/bun.js | |
parent | 665486dab831fb6eda79a35047b60a1fefb3b9e8 (diff) | |
download | bun-42f6b35a5be8bc0b48f7643618a8458c146e8272.tar.gz bun-42f6b35a5be8bc0b48f7643618a8458c146e8272.tar.zst bun-42f6b35a5be8bc0b48f7643618a8458c146e8272.zip |
Test action comment (#2310)
* test
* Update bun-linux-build.yml
* fixup
* Update bun-linux-build.yml
* Use outputs
* set id
* Update bun-linux-build.yml
* Update runner.node.mjs
* Update runner.node.mjs
* wip (will revert)
* Update runner.node.mjs
* Update runner.node.mjs
* Update runner.node.mjs
* Update runner.node.mjs
* Update bun-linux-build.yml
* Update bun-linux-build.yml
* works well enough for now
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Diffstat (limited to 'test/bun.js')
-rw-r--r-- | test/bun.js/baz.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/bun.js/baz.js b/test/bun.js/baz.js index 58a9bb4b0..5837bb3bb 100644 --- a/test/bun.js/baz.js +++ b/test/bun.js/baz.js @@ -1,3 +1,2 @@ // this file is used in resolve.test.js -// export default {}; |