We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fef5a7 commit 4f9dfc8Copy full SHA for 4f9dfc8
1 file changed
packages/browser/src/client/tester.ts
@@ -146,7 +146,7 @@ async function runTests(files: string[]) {
146
preparedData = await tryCall(() => prepareTestEnvironment(files))
147
}
148
catch (error) {
149
- debug('data cannot be loaded becuase it threw an error')
+ debug('data cannot be loaded because it threw an error')
150
await client.rpc.onUnhandledError(serializeError(error), 'Preload Error')
151
done(files)
152
return
0 commit comments