We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e8f63e commit c1eaeb6Copy full SHA for c1eaeb6
3 files changed
package.json
@@ -10,6 +10,8 @@
10
"test": "vitest run",
11
"test:watch": "vitest --watch",
12
"test:ui": "vitest --ui",
13
+ "test:integration": "vitest run tests/integration",
14
+ "test:unit": "vitest run tests --exclude tests/integration",
15
"lint": "tsc --noEmit",
16
"dev": "tsc --watch",
17
"prepublishOnly": "npm run build && npm test",
@@ -39,6 +41,7 @@
39
41
"@types/node": "^20.0.0",
40
42
"better-sqlite3": "^12.0.0",
43
"redis": "^5.5.6",
44
+ "testcontainers": "^11.0.3",
45
"typescript": "^5.0.0",
46
"vitest": "^1.0.0"
47
},
0 commit comments