Skip to content

Commit c067ad2

Browse files
committedNov 18, 2024··
feat: Add test.fail.only as a valid chain
1 parent d2b9818 commit c067ad2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/utils/parseFnCall.ts

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ const VALID_CHAINS = new Set([
5858
// Test
5959
'test',
6060
'test.fail',
61+
'test.fail.only',
6162
'test.fixme',
6263
'test.only',
6364
'test.skip',

0 commit comments

Comments
 (0)
Please sign in to comment.