Skip to content

Commit 1a3aab2

Browse files
gagikCopilot
andauthored
fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f600d2a commit 1a3aab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/common/config/configOverrides.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ describe("configOverrides", () => {
141141
});
142142

143143
describe("not-allowed behavior", () => {
144-
it("shoud have some not-allowed fields", () => {
144+
it("should have some not-allowed fields", () => {
145145
expect(
146146
Object.keys(UserConfigSchema.shape).filter(
147147
(key) => getConfigMeta(key as any)?.overrideBehavior === "not-allowed"

0 commit comments

Comments
 (0)