[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

chore: update tester.ts (#5377)

authored by

ELanning and committed by
GitHub
(Mar 14, 2024, 1:13 PM +0100) 4f9dfc89 2fef5a7e

+1 -1
+1 -1
packages/browser/src/client/tester.ts
··· 146 146 preparedData = await tryCall(() => prepareTestEnvironment(files)) 147 147 } 148 148 catch (error) { 149 - debug('data cannot be loaded becuase it threw an error') 149 + debug('data cannot be loaded because it threw an error') 150 150 await client.rpc.onUnhandledError(serializeError(error), 'Preload Error') 151 151 done(files) 152 152 return