Skip to content

Rename --font-size-* variables to --text-* (#14909) #4641

Rename --font-size-* variables to --text-* (#14909)

Rename --font-size-* variables to --text-* (#14909) #4641

Triggered via push November 7, 2024 19:08
Status Failure
Total duration 7m 51s
Artifacts

ci.yml

on: push
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

7 errors
src/utils/hoist-static-glob-parts.test.ts > should hoist the static parts of the glob: { base: '/projects/project-a', pattern: './src/**/*.html' }: packages/@tailwindcss-upgrade/src/utils/hoist-static-glob-parts.test.ts#L47
AssertionError: expected [ { …(2) } ] to deeply equal [ { …(2) } ] - Expected + Received Array [ Object { - "base": "/projects/project-a/src", + "base": "D:\\projects\\project-a\\src", "pattern": "**/*.html", }, ] ❯ src/utils/hoist-static-glob-parts.test.ts:47:39
src/utils/hoist-static-glob-parts.test.ts > should hoist the static parts of the glob: { base: '/projects/project-a', pattern: './src' }: packages/@tailwindcss-upgrade/src/utils/hoist-static-glob-parts.test.ts#L47
AssertionError: expected [ { …(2) } ] to deeply equal [ { …(2) } ] - Expected + Received Array [ Object { - "base": "/projects/project-a/src", + "base": "D:\\projects\\project-a\\src", "pattern": "**/*", }, ] ❯ src/utils/hoist-static-glob-parts.test.ts:47:39
src/utils/hoist-static-glob-parts.test.ts > should hoist the static parts of the glob: { base: '/projects/project-a', pattern: './src/index.html' }: packages/@tailwindcss-upgrade/src/utils/hoist-static-glob-parts.test.ts#L47
AssertionError: expected [ { …(2) } ] to deeply equal [ { …(2) } ] - Expected + Received Array [ Object { - "base": "/projects/project-a/src", + "base": "D:\\projects\\project-a\\src", "pattern": "index.html", }, ] ❯ src/utils/hoist-static-glob-parts.test.ts:47:39
src/utils/hoist-static-glob-parts.test.ts > should hoist the static parts of the glob: { base: '/projects/project-a', pattern: '../project-b/src/**/*.html' }: packages/@tailwindcss-upgrade/src/utils/hoist-static-glob-parts.test.ts#L47
AssertionError: expected [ { …(2) } ] to deeply equal [ { …(2) } ] - Expected + Received Array [ Object { - "base": "/projects/project-b/src", + "base": "D:\\projects\\project-b\\src", "pattern": "**/*.html", }, ] ❯ src/utils/hoist-static-glob-parts.test.ts:47:39
src/utils/hoist-static-glob-parts.test.ts > should hoist the static parts of the glob: { base: '/projects/project-a', pattern: '../project-{b,c}/src/**/*.html' }: packages/@tailwindcss-upgrade/src/utils/hoist-static-glob-parts.test.ts#L47
AssertionError: expected [ { …(2) }, { …(2) } ] to deeply equal [ { …(2) }, { …(2) } ] - Expected + Received Array [ Object { - "base": "/projects/project-b/src", + "base": "D:\\projects\\project-b\\src", "pattern": "**/*.html", }, Object { - "base": "/projects/project-c/src", + "base": "D:\\projects\\project-c\\src", "pattern": "**/*.html", }, ] ❯ src/utils/hoist-static-glob-parts.test.ts:47:39
src/utils/hoist-static-glob-parts.test.ts > should hoist the static parts of the glob: { base: '/projects/project-a', pattern: '../project-{b,c}/src/**/*.{js,html}' }: packages/@tailwindcss-upgrade/src/utils/hoist-static-glob-parts.test.ts#L47
AssertionError: expected [ { …(2) }, { …(2) }, { …(2) }, …(1) ] to deeply equal [ { …(2) }, { …(2) }, { …(2) }, …(1) ] - Expected + Received Array [ Object { - "base": "/projects/project-b/src", + "base": "D:\\projects\\project-b\\src", "pattern": "**/*.js", }, Object { - "base": "/projects/project-b/src", + "base": "D:\\projects\\project-b\\src", "pattern": "**/*.html", }, Object { - "base": "/projects/project-c/src", + "base": "D:\\projects\\project-c\\src", "pattern": "**/*.js", }, Object { - "base": "/projects/project-c/src", + "base": "D:\\projects\\project-c\\src", "pattern": "**/*.html", }, ] ❯ src/utils/hoist-static-glob-parts.test.ts:47:39
tests (20, windows-latest, true)
Process completed with exit code 1.