We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test.fail.only
1 parent d2b9818 commit c067ad2Copy full SHA for c067ad2
src/utils/parseFnCall.ts
@@ -58,6 +58,7 @@ const VALID_CHAINS = new Set([
58
// Test
59
'test',
60
'test.fail',
61
+ 'test.fail.only',
62
'test.fixme',
63
'test.only',
64
'test.skip',
0 commit comments