Skip to content

fix: πŸ› ignore playwright-report from linting #46

fix: πŸ› ignore playwright-report from linting

fix: πŸ› ignore playwright-report from linting #46

Triggered via pull request April 13, 2024 17:58
Status Failure
Total duration 35s
Artifacts

ci.yml

on: pull_request
commit_check
13s
commit_check
spell_check
4s
spell_check
Matrix: code_check
Fit to window
Zoom out
Zoom in

Annotations

3 errors
src/factory.spec.ts > jimmyDotCodes > should create default configuration: src/factory.spec.ts#L9
Error: Snapshot `jimmyDotCodes > should create default configuration 1` mismatched - Expected + Received @@ -2179,10 +2179,11 @@ "**/.output", "**/.vite-inspect", "**/.yarn", "**/storybook-static", "**/.eslint-config-inspector", + "**/playwright-report", "**/CHANGELOG*.md", "**/*.min.*", "**/LICENSE*", "**/__snapshots__", "**/auto-import?(s).d.ts", ❯ src/factory.spec.ts:9:29
src/index.spec.ts > should create default configuration: src/index.spec.ts#L4
Error: Snapshot `should create default configuration 1` mismatched - Expected + Received @@ -2179,10 +2179,11 @@ "**/.output", "**/.vite-inspect", "**/.yarn", "**/storybook-static", "**/.eslint-config-inspector", + "**/playwright-report", "**/CHANGELOG*.md", "**/*.min.*", "**/LICENSE*", "**/__snapshots__", "**/auto-import?(s).d.ts", ❯ src/index.spec.ts:4:19
code_check (20)
Process completed with exit code 1.