Skip to content

Commit

Permalink
Fix: eslint issues with client/src/__tests__/unit-tests/ui/devtool-wo…
Browse files Browse the repository at this point in the history
…rkspaces-view.test.ts
  • Loading branch information
idillon-sfl committed Sep 17, 2024
1 parent 0615a00 commit 520e858
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ describe('Devtool Worskapces View', () => {
})

it('should list devtool workspaces', (done) => {
const contextMock: vscode.ExtensionContext = {
const contextMock = {
subscriptions: {
push: jest.fn()
}
} as any
} as unknown as vscode.ExtensionContext

const scanResult: BitbakeScanResult = {
_recipes: [{
Expand Down

0 comments on commit 520e858

Please sign in to comment.