We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcbe34c commit 7ce28d0Copy full SHA for 7ce28d0
scripts/skippedTestReport.ts
@@ -8,6 +8,10 @@
8
*
9
* It uses a regex instead of mocha's loader, because mocha's
10
* loader can't resolve vscode by default
11
+ *
12
+ * Note: This script doesn't handle cases where teams use this.skip() inside of their tests
13
14
+ * Usage: node skippedTestReport.js <directoryPath>
15
*/
16
17
import * as fs from 'fs'
0 commit comments