Skip to content

Commit c5ba2ba

Browse files
committedJan 15, 2025··
fix(vitest-environment): use correct base
1 parent 3f8599e commit c5ba2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/environments/vitest/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export default <Environment>{
144144
)
145145

146146
registry.add(`${manifestOutputPath}/latest.json`)
147-
registry.add(`${manifestBaseRoutePath}/meta/${buildId}.json`)
147+
registry.add(`${manifestOutputPath}/meta/${buildId}.json`)
148148

149149
return {
150150
// called after all tests with this env have been run

0 commit comments

Comments
 (0)
Please sign in to comment.