chore: Move tests #415
Annotations
3 errors
|
Run pnpm test:
src/rules/rules.test.ts#L11
AssertionError: expected [ 'expect-expect', …(42) ] to deeply equal [ 'expect-expect', …(86) ]
- Expected
+ Received
Array [
"expect-expect",
- "expect-expect.test",
"max-expects",
- "max-expects.test",
"max-nested-describe",
- "max-nested-describe.test",
"missing-playwright-await",
- "missing-playwright-await.test",
"no-commented-out-tests",
- "no-commented-out-tests.test",
"no-conditional-expect",
- "no-conditional-expect.test",
"no-conditional-in-test",
- "no-conditional-in-test.test",
"no-duplicate-hooks",
- "no-duplicate-hooks.test",
"no-element-handle",
- "no-element-handle.test",
"no-eval",
- "no-eval.test",
"no-focused-test",
- "no-focused-test.test",
"no-force-option",
- "no-force-option.test",
"no-get-by-title",
- "no-get-by-title.test",
"no-hooks",
- "no-hooks.test",
"no-nested-step",
- "no-nested-step.test",
"no-networkidle",
- "no-networkidle.test",
"no-nth-methods",
- "no-nth-methods.test",
"no-page-pause",
- "no-page-pause.test",
"no-raw-locators",
- "no-raw-locators.test",
"no-restricted-matchers",
- "no-restricted-matchers.test",
"no-skipped-test",
- "no-skipped-test.test",
"no-standalone-expect",
- "no-standalone-expect.test",
"no-unsafe-references",
- "no-unsafe-references.test",
"no-useless-await",
- "no-useless-await.test",
"no-useless-not",
- "no-useless-not.test",
"no-wait-for-selector",
- "no-wait-for-selector.test",
"no-wait-for-timeout",
- "no-wait-for-timeout.test",
"prefer-comparison-matcher",
- "prefer-comparison-matcher.test",
"prefer-equality-matcher",
- "prefer-equality-matcher.test",
"prefer-hooks-in-order",
- "prefer-hooks-in-order.test",
"prefer-hooks-on-top",
- "prefer-hooks-on-top.test",
"prefer-lowercase-title",
- "prefer-lowercase-title.test",
"prefer-strict-equal",
- "prefer-strict-equal.test",
"prefer-to-be",
- "prefer-to-be.test",
"prefer-to-contain",
- "prefer-to-contain.test",
"prefer-to-have-count",
- "prefer-to-have-count.test",
"prefer-to-have-length",
- "prefer-to-have-length.test",
"prefer-web-first-assertions",
- "prefer-web-first-assertions.test",
"require-hook",
- "require-hook.test",
"require-soft-assertions",
- "require-soft-assertions.test",
"require-top-level-describe",
- "require-top-level-describe.test",
- "rules.test",
"valid-expect",
- "valid-expect.test",
"valid-title",
- "valid-title.test",
]
❯ src/rules/rules.test.ts:11:20
|
Run pnpm test
The operation was canceled.
|
Loading