Skip to content

feat: add endOfLine config to defineConfig #30

feat: add endOfLine config to defineConfig

feat: add endOfLine config to defineConfig #30

Triggered via pull request February 10, 2025 07:23
Status Failure
Total duration 33s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
tests/index.spec.ts > test config > option is undefined: tests/index.spec.ts#L6
Error: Snapshot `test config > option is undefined 1` mismatched - Expected + Received @@ -1,6 +1,7 @@ { + "endOfLine": "auto", "importOrder": [ "<BUILTIN_MODULES>", "^vue$", "^react$", "<THIRD_PARTY_MODULES>", ❯ tests/index.spec.ts:6:28
tests/index.spec.ts > test config > sortImports is false: tests/index.spec.ts#L10
Error: Snapshot `test config > sortImports is false 1` mismatched - Expected + Received @@ -1,6 +1,7 @@ { + "endOfLine": "auto", "packageSortOrder": [], "plugins": [ "prettier-plugin-tailwindcss", "prettier-plugin-packagejson", ], ❯ tests/index.spec.ts:10:50
tests/index.spec.ts > test config > sortAtomicClass is false: tests/index.spec.ts#L14
Error: Snapshot `test config > sortAtomicClass is false 1` mismatched - Expected + Received @@ -1,6 +1,7 @@ { + "endOfLine": "auto", "importOrder": [ "<BUILTIN_MODULES>", "^vue$", "^react$", "<THIRD_PARTY_MODULES>", ❯ tests/index.spec.ts:14:54
tests/index.spec.ts > test config > sortPackageJson is false: tests/index.spec.ts#L18
Error: Snapshot `test config > sortPackageJson is false 1` mismatched - Expected + Received @@ -1,6 +1,7 @@ { + "endOfLine": "auto", "importOrder": [ "<BUILTIN_MODULES>", "^vue$", "^react$", "<THIRD_PARTY_MODULES>", ❯ tests/index.spec.ts:18:54
tests/index.spec.ts > test config > custom importsOrder: tests/index.spec.ts#L22
Error: Snapshot `test config > custom importsOrder 1` mismatched - Expected + Received @@ -1,6 +1,7 @@ { + "endOfLine": "auto", "importOrder": [ "^@/(.*)$", "^~/(.*)$", "^[.]", ], ❯ tests/index.spec.ts:22:78
tests/index.spec.ts > test config > custom packageJsonOrder: tests/index.spec.ts#L26
Error: Snapshot `test config > custom packageJsonOrder 1` mismatched - Expected + Received @@ -1,6 +1,7 @@ { + "endOfLine": "auto", "importOrder": [ "<BUILTIN_MODULES>", "^vue$", "^react$", "<THIRD_PARTY_MODULES>", ❯ tests/index.spec.ts:26:69
tests/index.spec.ts > test config > custom config: tests/index.spec.ts#L44
Error: Snapshot `test config > custom config 1` mismatched - Expected + Received @@ -1,6 +1,7 @@ { + "endOfLine": "auto", "importOrder": [ "<BUILTIN_MODULES>", "^vue$", "^react$", "<THIRD_PARTY_MODULES>", ❯ tests/index.spec.ts:44:7
test
Process completed with exit code 1.