workflow: cross platform vscode jest debugging (#414)

remove no longer needed proxy script
This commit is contained in:
Cr
2020-06-12 22:34:31 +08:00
committed by GitHub
parent c7cd386194
commit b015892de6
2 changed files with 5 additions and 9 deletions

View File

@@ -1,7 +0,0 @@
/**
* This file is the entry for debug single test file in vscode
*
* Not using node_modules/.bin/jest due to cross platform issues, see
* https://github.com/microsoft/vscode-recipes/issues/107
*/
require('jest').run(process.argv)