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 3a4fcad commit 10b411eCopy full SHA for 10b411e
packages/client/lib/client/index.spec.ts
@@ -108,7 +108,7 @@ describe('Client', () => {
108
});
109
110
describe('connect', () => {
111
- testUtils.testWithClient('connect should return the clietn instance', async client => {
+ testUtils.testWithClient('connect should return the client instance', async client => {
112
try {
113
assert.equal(await client.connect(), client);
114
} finally {
0 commit comments