Skip to content

Fix matching files when config is not in the workspace root #230

Fix matching files when config is not in the workspace root

Fix matching files when config is not in the workspace root #230

Triggered via pull request June 14, 2025 15:30
Status Failure
Total duration 1m 51s
Artifacts

ci.yml

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

Annotations

2 errors
Run Tests - Node v20 / namespace-profile-windows-amd64
Process completed with exit code 1.
tests/completions/at-config.test.js > dependencies > @config directory: packages/tailwindcss-language-server/tests/completions/at-config.test.js#L69
AssertionError: expected null to deeply equal { isIncomplete: false, …(1) } - Expected: { "isIncomplete": false, "items": [ { "data": Anything, "kind": 17, "label": "colors.js", "textEdit": { "newText": "colors.js", "range": { "end": { "character": 19, "line": 0, }, "start": { "character": 19, "line": 0, }, }, }, }, ], } + Received: null ❯ tests/completions/at-config.test.js:69:20