Skip to content

Commit

Permalink
Use correct key
Browse files Browse the repository at this point in the history
  • Loading branch information
lewissteele committed Sep 16, 2024
1 parent 88e0be0 commit 70bcfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hooks/config.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const configHook = require("../../src/hooks/config");

test("config hook", async () => {
const options = {
config: { dir: "config" },
config: { configDir: "config" },
};

await configHook(options);
Expand Down

0 comments on commit 70bcfa7

Please sign in to comment.