Skip to content

Commit fb21671

Browse files
Remove unnecessary option in test
1 parent cb58edb commit fb21671

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/wrangler/src/__tests__/config/findWranglerConfig.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ describe("config findWranglerConfig()", () => {
7676
[".wrangler/deploy/config.json"]: `{"configPath": "../../dist/wrangler.json" }`,
7777
[`dist/wrangler.json`]: "DUMMY",
7878
});
79-
expect(
80-
findWranglerConfig(".", { useRedirectIfAvailable: false })
81-
).toEqual({
79+
expect(findWranglerConfig(".")).toEqual({
8280
configPath: path.resolve(`wrangler.toml`),
8381
userConfigPath: path.resolve(`wrangler.toml`),
8482
});

0 commit comments

Comments
 (0)