Skip to content

Commit 7ce28d0

Browse files
committed
fixup
1 parent dcbe34c commit 7ce28d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/skippedTestReport.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
*
99
* It uses a regex instead of mocha's loader, because mocha's
1010
* 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>
1115
*/
1216

1317
import * as fs from 'fs'

0 commit comments

Comments
 (0)