test: temporary disable type checking in test configuration
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ export default defineConfig({
|
|||||||
extends: true,
|
extends: true,
|
||||||
test: {
|
test: {
|
||||||
typecheck: {
|
typecheck: {
|
||||||
enabled: true,
|
enabled: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user