Skip to content

Commit

Permalink
Ditch only
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Jul 31, 2024
1 parent 2838ef0 commit 5dcfbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/extension/commands/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ test('copyCellToClipboard', () => {
expect(window.showInformationMessage).toBeCalledTimes(1)
})

suite.only('runForkCommand', () => {
suite('runForkCommand', () => {
const mockKernel = {
createTerminalProgram: vi.fn(),
} as any
Expand Down

0 comments on commit 5dcfbda

Please sign in to comment.