Skip to content

Commit

Permalink
chore: update tester.ts (#5377)
Browse files Browse the repository at this point in the history
  • Loading branch information
ELanning committed Mar 14, 2024
1 parent 2fef5a7 commit 4f9dfc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser/src/client/tester.ts
Expand Up @@ -146,7 +146,7 @@ async function runTests(files: string[]) {
preparedData = await tryCall(() => prepareTestEnvironment(files))
}
catch (error) {
debug('data cannot be loaded becuase it threw an error')
debug('data cannot be loaded because it threw an error')
await client.rpc.onUnhandledError(serializeError(error), 'Preload Error')
done(files)
return
Expand Down

0 comments on commit 4f9dfc8

Please sign in to comment.