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.
npm run lint -- --fix
1 parent 51ff1d8 commit 9917c15Copy full SHA for 9917c15
packages/cli-repl/src/cli-repl.spec.ts
@@ -295,7 +295,7 @@ describe('CliRepl', () => {
295
await cliRepl.start('', {});
296
}
297
expect(telemetryUserIdentitys).to.have.lengthOf(2);
298
- expect(telemetryUserIdentitys[0]).to.deep.equal(telemetryUserIdentitys[1])
+ expect(telemetryUserIdentitys[0]).to.deep.equal(telemetryUserIdentitys[1]);
299
});
300
301
it('emits error for invalid config', async() => {
0 commit comments