Skip to content

Commit

Permalink
removed .only
Browse files Browse the repository at this point in the history
  • Loading branch information
malikj2000 committed Jun 26, 2023
1 parent e7c0da2 commit 98c0070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/cmap/connection.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ describe('new Connection()', function () {
});
});

it.only('calls the command function through commandAsync', async function () {
it('calls the command function through commandAsync', async function () {
server.setMessageHandler(request => {
const doc = request.document;
if (isHello(doc)) {
Expand Down

0 comments on commit 98c0070

Please sign in to comment.