Skip to content

Commit 41d6c7d

Browse files
authored
Add test for no-skipped-test (#101)
1 parent 0d872b8 commit 41d6c7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/spec/no-skipped-test.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ runRuleTester('no-skipped-test', rule, {
3737
'test.describe[`skip`]("skip this describe", () => {});',
3838
'test.describe("skip this describe", () => {});'
3939
),
40+
invalid('test.skip(browserName === "firefox");', ''),
4041
invalid('test.skip(browserName === "firefox", "Still working on it");', ''),
4142
invalid(
4243
'test.describe.parallel("run in parallel", () => { test.skip(); expect(true).toBe(true); })',

0 commit comments

Comments
 (0)