Vim
Vim copied to clipboard
Test not working
Describe the bug When executing test from vscode launch.json, next error occurs...
[23:05:29] Using gulpfile ~/Workspace/Vim/gulpfile.js
[23:05:29] Starting 'prepare-test'...
[23:05:29] Starting 'tsc'...
[23:05:29] Starting 'copyPackageJson'...
[23:05:30] Finished 'copyPackageJson' after 411 ms
/home/skai273/Workspace/Vim/node_modules/@types/glob/index.d.ts(29,42): error TS2694: Namespace '"/home/skai273/Workspace/Vim/node_modules/minimatch/dist/cjs/index"' has no exported member 'IOptions'.
/home/skai273/Workspace/Vim/node_modules/@types/glob/index.d.ts(75,30): error TS2724: '"/home/skai273/Workspace/Vim/node_modules/minimatch/dist/cjs/index"' has no exported member named 'IMinimatch'. Did you mean 'Minimatch'?
TypeScript: 2 semantic errors
TypeScript: emit failed
[23:05:53] The following tasks did not complete: prepare-test, tsc
[23:05:53] Did you forget to signal async completion?
* The terminal process "/bin/bash '-i', '-c', 'node_modules/.bin/gulp prepare-test'" terminated with exit code: 1.
* Terminal will be reused by tasks, press any key to close it.
To Reproduce
- Pull latest repository
- Select
Run Testsfrom vscode debug tab and start test
Expected behavior Executing all of Vim plugin tests without any error.