Skip to content

Commit 0edb91b

Browse files
committed
fix(providers): add tests rerun
1 parent 4494354 commit 0edb91b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/klesia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build": "tsup-node",
1616
"dev": "tsup-node --watch --onSuccess \"node dist/server.js\"",
1717
"start": "node dist/server.js",
18-
"test": "bun test",
18+
"test": "bun test --rerun-each 3",
1919
"cleanup": "rimraf dist .turbo node_modules"
2020
},
2121
"dependencies": {

packages/connect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"files": ["dist"],
1919
"scripts": {
2020
"build": "tsup",
21-
"test": "bun test",
21+
"test": "bun test --rerun-each 3",
2222
"cleanup": "rimraf dist .turbo"
2323
},
2424
"dependencies": {

packages/klesia-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"files": ["dist"],
1515
"scripts": {
1616
"build": "tsup",
17-
"test": "bun test",
17+
"test": "bun test --rerun-each 3",
1818
"cleanup": "rimraf dist .turbo"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)