forked from zowe/zowe-explorer-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO.txt
20 lines (16 loc) · 791 Bytes
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
- Migrate integration tests to use mocha and not the deprecated `vscode/lib/testrunner`
- Remove `"vscode": "^1.1.37",` from dev deps
```
__tests__/__integration__/index.ts(25,29): error TS2307: Cannot find module 'vscode/lib/testrunner' or its corresponding type declarations.
__tests__/__theia__/index.ts(25,29): error TS2307: Cannot find module 'vscode/lib/testrunner' or its corresponding type declarations.
__tests__/__unit__/index.ts(25,29): error TS2307: Cannot find module 'vscode/lib/testrunner' or its corresponding type declarations.
src/abstract/ZoweTreeProvider.ts(81,35): error TS2554: Expected 1 arguments, but got 0.
```
- Discuss outdated dependencies
- node
- typescript
- vscode
- jest
- mocha
- Switch to eslint
- Currently linting of tests swithced off