Skip to content

Commit 4f9dfc8

Browse files
authored
chore: update tester.ts (#5377)
1 parent 2fef5a7 commit 4f9dfc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/browser/src/client/tester.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ async function runTests(files: string[]) {
146146
preparedData = await tryCall(() => prepareTestEnvironment(files))
147147
}
148148
catch (error) {
149-
debug('data cannot be loaded becuase it threw an error')
149+
debug('data cannot be loaded because it threw an error')
150150
await client.rpc.onUnhandledError(serializeError(error), 'Preload Error')
151151
done(files)
152152
return

0 commit comments

Comments
 (0)