|
671 | 671 | "description": "Enforce assertion to be made in a test body", |
672 | 672 | "name": "jest/expect-expect", |
673 | 673 | "resourceUrls": [ |
674 | | - "https://github.com/jest-community/eslint-plugin-jest/blob/v29.2.1/docs/rules/expect-expect.md" |
| 674 | + "https://github.com/jest-community/eslint-plugin-jest/blob/v29.5.0/docs/rules/expect-expect.md" |
675 | 675 | ], |
676 | 676 | "severityLevel": 5, |
677 | 677 | "tags": [ |
|
685 | 685 | "description": "Disallow alias methods", |
686 | 686 | "name": "jest/no-alias-methods", |
687 | 687 | "resourceUrls": [ |
688 | | - "https://github.com/jest-community/eslint-plugin-jest/blob/v29.2.1/docs/rules/no-alias-methods.md" |
| 688 | + "https://github.com/jest-community/eslint-plugin-jest/blob/v29.5.0/docs/rules/no-alias-methods.md" |
689 | 689 | ], |
690 | 690 | "severityLevel": 3, |
691 | 691 | "tags": [ |
|
699 | 699 | "description": "Disallow commented out tests", |
700 | 700 | "name": "jest/no-commented-out-tests", |
701 | 701 | "resourceUrls": [ |
702 | | - "https://github.com/jest-community/eslint-plugin-jest/blob/v29.2.1/docs/rules/no-commented-out-tests.md" |
| 702 | + "https://github.com/jest-community/eslint-plugin-jest/blob/v29.5.0/docs/rules/no-commented-out-tests.md" |
703 | 703 | ], |
704 | 704 | "severityLevel": 5, |
705 | 705 | "tags": [ |
|
713 | 713 | "description": "Disallow calling `expect` conditionally", |
714 | 714 | "name": "jest/no-conditional-expect", |
715 | 715 | "resourceUrls": [ |
716 | | - "https://github.com/jest-community/eslint-plugin-jest/blob/v29.2.1/docs/rules/no-conditional-expect.md" |
| 716 | + "https://github.com/jest-community/eslint-plugin-jest/blob/v29.5.0/docs/rules/no-conditional-expect.md" |
717 | 717 | ], |
718 | 718 | "severityLevel": 2, |
719 | 719 | "tags": [ |
|
727 | 727 | "description": "Disallow disabled tests", |
728 | 728 | "name": "jest/no-disabled-tests", |
729 | 729 | "resourceUrls": [ |
730 | | - "https://github.com/jest-community/eslint-plugin-jest/blob/v29.2.1/docs/rules/no-disabled-tests.md" |
| 730 | + "https://github.com/jest-community/eslint-plugin-jest/blob/v29.5.0/docs/rules/no-disabled-tests.md" |
731 | 731 | ], |
732 | 732 | "severityLevel": 5, |
733 | 733 | "tags": [ |
|
741 | 741 | "description": "Disallow using a callback in asynchronous tests and hooks", |
742 | 742 | "name": "jest/no-done-callback", |
743 | 743 | "resourceUrls": [ |
744 | | - "https://github.com/jest-community/eslint-plugin-jest/blob/v29.2.1/docs/rules/no-done-callback.md" |
| 744 | + "https://github.com/jest-community/eslint-plugin-jest/blob/v29.5.0/docs/rules/no-done-callback.md" |
745 | 745 | ], |
746 | 746 | "severityLevel": 3, |
747 | 747 | "tags": [ |
|
755 | 755 | "description": "Disallow using `exports` in files containing tests", |
756 | 756 | "name": "jest/no-export", |
757 | 757 | "resourceUrls": [ |
758 | | - "https://github.com/jest-community/eslint-plugin-jest/blob/v29.2.1/docs/rules/no-export.md" |
| 758 | + "https://github.com/jest-community/eslint-plugin-jest/blob/v29.5.0/docs/rules/no-export.md" |
759 | 759 | ], |
760 | 760 | "severityLevel": 3, |
761 | 761 | "tags": [ |
|
769 | 769 | "description": "Disallow focused tests", |
770 | 770 | "name": "jest/no-focused-tests", |
771 | 771 | "resourceUrls": [ |
772 | | - "https://github.com/jest-community/eslint-plugin-jest/blob/v29.2.1/docs/rules/no-focused-tests.md" |
| 772 | + "https://github.com/jest-community/eslint-plugin-jest/blob/v29.5.0/docs/rules/no-focused-tests.md" |
773 | 773 | ], |
774 | 774 | "severityLevel": 3, |
775 | 775 | "tags": [ |
|
783 | 783 | "description": "Disallow identical titles", |
784 | 784 | "name": "jest/no-identical-title", |
785 | 785 | "resourceUrls": [ |
786 | | - "https://github.com/jest-community/eslint-plugin-jest/blob/v29.2.1/docs/rules/no-identical-title.md" |
| 786 | + "https://github.com/jest-community/eslint-plugin-jest/blob/v29.5.0/docs/rules/no-identical-title.md" |
787 | 787 | ], |
788 | 788 | "severityLevel": 3, |
789 | 789 | "tags": [ |
|
797 | 797 | "description": "Disallow string interpolation inside snapshots", |
798 | 798 | "name": "jest/no-interpolation-in-snapshots", |
799 | 799 | "resourceUrls": [ |
800 | | - "https://github.com/jest-community/eslint-plugin-jest/blob/v29.2.1/docs/rules/no-interpolation-in-snapshots.md" |
| 800 | + "https://github.com/jest-community/eslint-plugin-jest/blob/v29.5.0/docs/rules/no-interpolation-in-snapshots.md" |
801 | 801 | ], |
802 | 802 | "severityLevel": 2, |
803 | 803 | "tags": [ |
|
811 | 811 | "description": "Disallow Jasmine globals", |
812 | 812 | "name": "jest/no-jasmine-globals", |
813 | 813 | "resourceUrls": [ |
814 | | - "https://github.com/jest-community/eslint-plugin-jest/blob/v29.2.1/docs/rules/no-jasmine-globals.md" |
| 814 | + "https://github.com/jest-community/eslint-plugin-jest/blob/v29.5.0/docs/rules/no-jasmine-globals.md" |
815 | 815 | ], |
816 | 816 | "severityLevel": 3, |
817 | 817 | "tags": [ |
|
825 | 825 | "description": "Disallow manually importing from `__mocks__`", |
826 | 826 | "name": "jest/no-mocks-import", |
827 | 827 | "resourceUrls": [ |
828 | | - "https://github.com/jest-community/eslint-plugin-jest/blob/v29.2.1/docs/rules/no-mocks-import.md" |
| 828 | + "https://github.com/jest-community/eslint-plugin-jest/blob/v29.5.0/docs/rules/no-mocks-import.md" |
829 | 829 | ], |
830 | 830 | "severityLevel": 2, |
831 | 831 | "tags": [ |
|
839 | 839 | "description": "Disallow using `expect` outside of `it` or `test` blocks", |
840 | 840 | "name": "jest/no-standalone-expect", |
841 | 841 | "resourceUrls": [ |
842 | | - "https://github.com/jest-community/eslint-plugin-jest/blob/v29.2.1/docs/rules/no-standalone-expect.md" |
| 842 | + "https://github.com/jest-community/eslint-plugin-jest/blob/v29.5.0/docs/rules/no-standalone-expect.md" |
843 | 843 | ], |
844 | 844 | "severityLevel": 3, |
845 | 845 | "tags": [ |
|
853 | 853 | "description": "Require using `.only` and `.skip` over `f` and `x`", |
854 | 854 | "name": "jest/no-test-prefixes", |
855 | 855 | "resourceUrls": [ |
856 | | - "https://github.com/jest-community/eslint-plugin-jest/blob/v29.2.1/docs/rules/no-test-prefixes.md" |
| 856 | + "https://github.com/jest-community/eslint-plugin-jest/blob/v29.5.0/docs/rules/no-test-prefixes.md" |
857 | 857 | ], |
858 | 858 | "severityLevel": 3, |
859 | 859 | "tags": [ |
|
867 | 867 | "description": "Enforce valid `describe()` callback", |
868 | 868 | "name": "jest/valid-describe-callback", |
869 | 869 | "resourceUrls": [ |
870 | | - "https://github.com/jest-community/eslint-plugin-jest/blob/v29.2.1/docs/rules/valid-describe-callback.md" |
| 870 | + "https://github.com/jest-community/eslint-plugin-jest/blob/v29.5.0/docs/rules/valid-describe-callback.md" |
871 | 871 | ], |
872 | 872 | "severityLevel": 2, |
873 | 873 | "tags": [ |
|
881 | 881 | "description": "Enforce valid `expect()` usage", |
882 | 882 | "name": "jest/valid-expect", |
883 | 883 | "resourceUrls": [ |
884 | | - "https://github.com/jest-community/eslint-plugin-jest/blob/v29.2.1/docs/rules/valid-expect.md" |
| 884 | + "https://github.com/jest-community/eslint-plugin-jest/blob/v29.5.0/docs/rules/valid-expect.md" |
885 | 885 | ], |
886 | 886 | "severityLevel": 3, |
887 | 887 | "tags": [ |
|
895 | 895 | "description": "Require promises that have expectations in their chain to be valid", |
896 | 896 | "name": "jest/valid-expect-in-promise", |
897 | 897 | "resourceUrls": [ |
898 | | - "https://github.com/jest-community/eslint-plugin-jest/blob/v29.2.1/docs/rules/valid-expect-in-promise.md" |
| 898 | + "https://github.com/jest-community/eslint-plugin-jest/blob/v29.5.0/docs/rules/valid-expect-in-promise.md" |
899 | 899 | ], |
900 | 900 | "severityLevel": 3, |
901 | 901 | "tags": [ |
|
909 | 909 | "description": "Enforce valid titles", |
910 | 910 | "name": "jest/valid-title", |
911 | 911 | "resourceUrls": [ |
912 | | - "https://github.com/jest-community/eslint-plugin-jest/blob/v29.2.1/docs/rules/valid-title.md" |
| 912 | + "https://github.com/jest-community/eslint-plugin-jest/blob/v29.5.0/docs/rules/valid-title.md" |
913 | 913 | ], |
914 | 914 | "severityLevel": 3, |
915 | 915 | "tags": [ |
|
0 commit comments