···133133 }
134134 await project._initBrowserProvider()
135135136136+ if (!project.browser) {
137137+ throw new TypeError(`The browser server was not initialized${project.name ? ` for the "${project.name}" project` : ''}. This is a bug in Vitest. Please, open a new issue with reproduction.`)
138138+ }
136139 await executeTests(method, project, files)
137140 }
138141 }