Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
evilz committed Oct 20, 2021
1 parent 517e1d0 commit 8d6fe37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/browserHelper.jest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import { DEFAULT_CHROME_PATH, getChromePath, openInBrowser } from '../src/Browse
import { mocked } from 'ts-jest/utils'


test('TODO again ...', () => {
expect(true).toBe(true)
})

// jest.mock('os');
// jest.mock('fs');
Expand Down

0 comments on commit 8d6fe37

Please sign in to comment.