Resolve @import
in core
#3287
Triggered via pull request
September 20, 2024 09:57
Status
Failure
Total duration
4m 31s
Artifacts
–
Annotations
6 errors
src/at-import.test.ts > updates the base when loading modules inside nested files:
packages/tailwindcss/src/at-import.test.ts#L264
AssertionError: expected 1st "spy" call to have been called with [ './nested-config.js', '/root/foo' ]
- Expected
+ Received
Array [
"./nested-config.js",
"/root/foo",
+ "config",
]
❯ src/at-import.test.ts:264:22
|
tests (20, ubuntu-latest)
Process completed with exit code 1.
|
src/at-import.test.ts > updates the base when loading modules inside nested files:
packages/tailwindcss/src/at-import.test.ts#L264
AssertionError: expected 1st "spy" call to have been called with [ './nested-config.js', '/root/foo' ]
- Expected
+ Received
Array [
"./nested-config.js",
"/root/foo",
+ "config",
]
❯ src/at-import.test.ts:264:22
|
tests (20, macos-14)
Process completed with exit code 1.
|
src/at-import.test.ts > updates the base when loading modules inside nested files:
packages/tailwindcss/src/at-import.test.ts#L264
AssertionError: expected 1st "spy" call to have been called with [ './nested-config.js', '/root/foo' ]
- Expected
+ Received
Array [
"./nested-config.js",
"/root/foo",
+ "config",
]
❯ src/at-import.test.ts:264:22
|
tests (20, windows-latest)
Process completed with exit code 1.
|