Skip to content

Commit

Permalink
style: 💄 lint
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Dec 5, 2024
1 parent 02f186b commit 859ab30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/types/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ export type Environment = {
* An optional object to add extra arguments to the Vitest test runner.
* Use with caution as this will override the default arguments, which
* may cause unexpected behaviour.
*
*
* Visit https://vitest.dev/config/ for more info
*/
vitestArgs?: Record<string, any>;
vitestArgs?: Record<string, any>;
};

export type SkipTestSpec = {
Expand Down
3 changes: 2 additions & 1 deletion test/moonwall.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@
}
},
"vitestArgs": {
"bail": 1
"bail": 3,
"retry": 4
},
"connections": []
},
Expand Down

0 comments on commit 859ab30

Please sign in to comment.