We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f369f5 commit ee1cafaCopy full SHA for ee1cafa
.changeset/curvy-geese-pay.md
@@ -0,0 +1,5 @@
1
+---
2
+"mikro-orm-find-dataloader": patch
3
4
+
5
+Fix vscode test runner
package.json
@@ -47,6 +47,11 @@
47
"ts-node": "^10.9.1",
48
"typescript": "^5.3.2"
49
},
50
+ "jest": {
51
+ "projects": [
52
+ "<rootDir>/packages/*"
53
+ ]
54
+ },
55
"lint-staged": {
56
"*.{js,jsx}": [
57
"prettier --write",
0 commit comments