Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
reillyjodonnell committed Feb 6, 2025
1 parent e0c118a commit b474940
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/cli/install/bun-run.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,8 @@ it("should preserve '--' in process.argv", async () => {
expect(argv[2]).toBe("--");
expect(argv[3]).toBe("rest");
expect(argv[4]).toBe("--foo=bar");

});

it("$npm_command is accurate", async () => {
await writeFile(
Expand Down

0 comments on commit b474940

Please sign in to comment.