Skip to content

Commit

Permalink
Remove unnecessary option in test
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Jan 8, 2025
1 parent cb58edb commit fb21671
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ describe("config findWranglerConfig()", () => {
[".wrangler/deploy/config.json"]: `{"configPath": "../../dist/wrangler.json" }`,
[`dist/wrangler.json`]: "DUMMY",
});
expect(
findWranglerConfig(".", { useRedirectIfAvailable: false })
).toEqual({
expect(findWranglerConfig(".")).toEqual({
configPath: path.resolve(`wrangler.toml`),
userConfigPath: path.resolve(`wrangler.toml`),
});
Expand Down

0 comments on commit fb21671

Please sign in to comment.