Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamote committed Jan 28, 2024
1 parent 03b64dc commit 09661e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swc/__tests__/options.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ describe("parserArgs", () => {
expect(result).toEqual(expectedOptions);
});

it("provides the a sensible default", () => {
it("provides a sensible default", () => {
const args = ["node", "/path/to/node_modules/swc-cli/bin/swc.js", "src"];
const result = parserArgs(args);
expect(result.cliOptions.outFileExtension).toEqual("js");
Expand Down

0 comments on commit 09661e6

Please sign in to comment.