This repository was archived by the owner on Aug 18, 2020. It is now read-only.
v29.0.0
Added Rules
jest/no-commented-out-testsdisallows commented out tests.(275)jest/no-try-expectdisallowsexpectcalls incatchblocks (300)node/prefer-promises/dnsandnode/prefer-promises/fsThese rules disallow the callback API in favor of promise API for the dns and fs modules. (257)jest/no-mocks-importThis rule disallows manually importing from__mocks__(246)react/state-in-constructorEnforce state initialization to be in a class property. (256)import/no-namespacePrevents namespace imports. (305)
Changed Rules
shopify/jest/no-vague-titlesconsiders "necessary" to be invalid/ vague (265)shopify/jest/no-ifnow recognizes conditional statements (298) and ignores if statements nested within block statements (299)react-prefer-private-membersno longer incorrectly reporting the members of a parent class if a React class is defined within its constructor. (258)