Skip to content
Next Next commit
refactor(await-async-utils): create rule with custom creator
  • Loading branch information
Belco90 committed Dec 7, 2020
commit dee556f9f356fa60cd11ecd081ef9640903b729a
2 changes: 2 additions & 0 deletions tests/lib/rules/await-async-utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { ASYNC_UTILS } from '../../../lib/utils';

const ruleTester = createRuleTester();

// FIXME: add cases for Promise.allSettled

ruleTester.run(RULE_NAME, rule, {
valid: [
...ASYNC_UTILS.map((asyncUtil) => ({
Expand Down