Skip to content

Commit 4fbfbcf

Browse files
committed
test(no-floating-promises): re-enable node test allowlist case
1 parent 3c6aec7 commit 4fbfbcf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/rules/no_floating_promises/no_floating_promises_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,6 @@ promise().then(() => {});
751751
Options: rule_tester.OptionsFromJSON[NoFloatingPromisesOptions](`{"allowForKnownSafeCalls": [{"from": "package", "name": "it", "package": "abc"}]}`),
752752
},
753753
{
754-
Skip: true,
755754
Code: `
756755
import { it } from 'node:test';
757756

0 commit comments

Comments
 (0)