Skip to content

Commit a27cb99

Browse files
author
Simon Laden
committed
FISH-8908 - restore missing dependency and path to tests
1 parent de8ecab commit a27cb99

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,7 @@
740740
"@types/mocha": "10.0.8",
741741
"@types/node": "^22.5.4",
742742
"@types/vscode": "^1.93.0",
743+
"@vscode/test-electron": "2.4.1",
743744
"glob": "^7.1.7",
744745
"mocha": "10.7.3",
745746
"os": "^0.1.1",

test/e2e/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ export default defineConfig<TestOptions>({
2929
},
3030
},
3131
],
32-
testMatch: './test/e2e/specs/*.test.ts'
32+
testMatch: 'specs/*.test.ts'
3333
});

0 commit comments

Comments
 (0)