Skip to content

Commit b30b535

Browse files
MaxNumeriquegithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 060bd7d commit b30b535

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.oxlintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@
124124
"vitest/prefer-to-be-falsy": "off",
125125
"vitest/require-test-timeout": "warn",
126126
"vitest/prefer-importing-vitest-globals": "off",
127-
"jest/consistent-test-it": ["error", { "fn": "test", "withinDescribe": "test" }]
127+
"jest/consistent-test-it": ["error", { "fn": "test", "withinDescribe": "test" }],
128+
"vitest/prefer-spy-on": "off"
128129
}
129130
},
130131
{

0 commit comments

Comments
 (0)