Skip to content

Commit

Permalink
build(deps-dev): bump vitest from 1.6.0 to 2.0.0-beta.12
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Jul 3, 2024
1 parent bd1058c commit ab1f867
Show file tree
Hide file tree
Showing 3 changed files with 161 additions and 203 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@
"ts-dedent": "2.2.0",
"typescript": "5.5.3",
"typescript-eslint": "8.0.0-alpha.39",
"vite": "5.3.2",
"vitest": "1.6.0",
"vitest": "2.0.0-beta.12",
"yaml-eslint-parser": "1.2.3"
},
"packageManager": "[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const config: UserConfigExport = defineConfig((env: ConfigEnv): UserConfig => {
test: {
include: ['**/__tests__/*.spec-d.ts'],
outputFile: {
json: includes(['benchmark', 'typecheck'], env.mode)
json: includes(env.mode, 'typecheck')
? pathe.join('__tests__', pathe.addExt(env.mode, 'json'))
: '__tests__/report.json'
},
Expand All @@ -48,7 +48,7 @@ const config: UserConfigExport = defineConfig((env: ConfigEnv): UserConfig => {
* @override
* @async
*
* @param {WorkspaceSpec[]} specs - Workspace spec objects
* @param {WorkspaceSpec[]} specs - Workspace specifications
* @return {Promise<WorkspaceSpec[]>} Sorted `specs`
*/
public override async sort(
Expand Down
Loading

0 comments on commit ab1f867

Please sign in to comment.