Skip to content

chore(deps): update dependency vitest to v4 #136

chore(deps): update dependency vitest to v4

chore(deps): update dependency vitest to v4 #136

Triggered via pull request March 31, 2025 12:10
Status Failure
Total duration 4m 59s
Artifacts 11

CI.yml

on: pull_request
Matrix: build
Matrix: test-linux-aarch64-gnu-binding
Matrix: test-linux-arm-gnueabihf-binding
Matrix: test-linux-x64-gnu-binding
Matrix: test-linux-x64-musl-binding
Matrix: test-macOS-windows-binding
Test bindings on aarch64-unknown-linux-musl - node@lts
1m 0s
Test bindings on aarch64-unknown-linux-musl - node@lts
Publish
0s
Publish
Fit to window
Zoom out
Zoom in

Annotations

40 errors
Test bindings on aarch64-apple-darwin - node@20
Process completed with exit code 1.
tests/Word.test.ts > Word > edge cases > GIVEN an empty word with unbound start and end THEN throws: tests/Word.test.ts#L102
AssertionError: expected a thrown error to be Error: Wildcards cannot be the only chara… - Expected + Received Error { "message": "Wildcards cannot be the only character in the word", + "code": "GenericFailure", } ❯ tests/Word.test.ts:102:35
tests/Word.test.ts > Word > edge cases > GIVEN an empty word with unbound start THEN throws: tests/Word.test.ts#L98
AssertionError: expected a thrown error to be Error: Wildcards cannot be the only chara… - Expected + Received Error { "message": "Wildcards cannot be the only character in the word", + "code": "GenericFailure", } ❯ tests/Word.test.ts:98:33
tests/Word.test.ts > Word > edge cases > GIVEN an empty word THEN throws: tests/Word.test.ts#L94
AssertionError: expected a thrown error to be Error: The word cannot be empty - Expected + Received Error { "message": "The word cannot be empty", + "code": "GenericFailure", } ❯ tests/Word.test.ts:94:31
tests/Word.test.ts > Word > edge cases > GIVEN an escape character at the end THEN throws: tests/Word.test.ts#L90
AssertionError: expected a thrown error to be Error: Escape character cannot be at the … - Expected + Received Error { "message": "Escape character cannot be at the end of the word", + "code": "GenericFailure", } ❯ tests/Word.test.ts:90:36
tests/Word.test.ts > Word > edge cases > GIVEN an unclosed group THEN throws: tests/Word.test.ts#L86
AssertionError: expected a thrown error to be Error: Unterminated character group - Expected + Received Error { "message": "Unterminated character group", + "code": "GenericFailure", } ❯ tests/Word.test.ts:86:35
Test bindings on Linux-x64-gnu - node@18
Process completed with exit code 1.
Test bindings on aarch64-apple-darwin - node@18
Process completed with exit code 1.
tests/Word.test.ts > Word > edge cases > GIVEN an empty word with unbound start and end THEN throws: tests/Word.test.ts#L102
AssertionError: expected a thrown error to be Error: Wildcards cannot be the only chara… - Expected + Received Error { "message": "Wildcards cannot be the only character in the word", + "code": "GenericFailure", } ❯ tests/Word.test.ts:102:35
tests/Word.test.ts > Word > edge cases > GIVEN an empty word with unbound start THEN throws: tests/Word.test.ts#L98
AssertionError: expected a thrown error to be Error: Wildcards cannot be the only chara… - Expected + Received Error { "message": "Wildcards cannot be the only character in the word", + "code": "GenericFailure", } ❯ tests/Word.test.ts:98:33
tests/Word.test.ts > Word > edge cases > GIVEN an empty word THEN throws: tests/Word.test.ts#L94
AssertionError: expected a thrown error to be Error: The word cannot be empty - Expected + Received Error { "message": "The word cannot be empty", + "code": "GenericFailure", } ❯ tests/Word.test.ts:94:31
tests/Word.test.ts > Word > edge cases > GIVEN an escape character at the end THEN throws: tests/Word.test.ts#L90
AssertionError: expected a thrown error to be Error: Escape character cannot be at the … - Expected + Received Error { "message": "Escape character cannot be at the end of the word", + "code": "GenericFailure", } ❯ tests/Word.test.ts:90:36
tests/Word.test.ts > Word > edge cases > GIVEN an unclosed group THEN throws: tests/Word.test.ts#L86
AssertionError: expected a thrown error to be Error: Unterminated character group - Expected + Received Error { "message": "Unterminated character group", + "code": "GenericFailure", } ❯ tests/Word.test.ts:86:35
Test bindings on x86_64-unknown-linux-musl - node@20
Process completed with exit code 1.
Test bindings on Linux-x64-gnu - node@20
Process completed with exit code 1.
Test bindings on x86_64-unknown-linux-musl - node@18
Process completed with exit code 1.
Test bindings on x86_64-apple-darwin - node@18
Process completed with exit code 1.
tests/Word.test.ts > Word > edge cases > GIVEN an empty word with unbound start and end THEN throws: tests/Word.test.ts#L102
AssertionError: expected a thrown error to be Error: Wildcards cannot be the only chara… - Expected + Received Error { "message": "Wildcards cannot be the only character in the word", + "code": "GenericFailure", } ❯ tests/Word.test.ts:102:35
tests/Word.test.ts > Word > edge cases > GIVEN an empty word with unbound start THEN throws: tests/Word.test.ts#L98
AssertionError: expected a thrown error to be Error: Wildcards cannot be the only chara… - Expected + Received Error { "message": "Wildcards cannot be the only character in the word", + "code": "GenericFailure", } ❯ tests/Word.test.ts:98:33
tests/Word.test.ts > Word > edge cases > GIVEN an empty word THEN throws: tests/Word.test.ts#L94
AssertionError: expected a thrown error to be Error: The word cannot be empty - Expected + Received Error { "message": "The word cannot be empty", + "code": "GenericFailure", } ❯ tests/Word.test.ts:94:31
tests/Word.test.ts > Word > edge cases > GIVEN an escape character at the end THEN throws: tests/Word.test.ts#L90
AssertionError: expected a thrown error to be Error: Escape character cannot be at the … - Expected + Received Error { "message": "Escape character cannot be at the end of the word", + "code": "GenericFailure", } ❯ tests/Word.test.ts:90:36
tests/Word.test.ts > Word > edge cases > GIVEN an unclosed group THEN throws: tests/Word.test.ts#L86
AssertionError: expected a thrown error to be Error: Unterminated character group - Expected + Received Error { "message": "Unterminated character group", + "code": "GenericFailure", } ❯ tests/Word.test.ts:86:35
Test bindings on x86_64-apple-darwin - node@20
Process completed with exit code 1.
tests/Word.test.ts > Word > edge cases > GIVEN an empty word with unbound start and end THEN throws: tests/Word.test.ts#L102
AssertionError: expected a thrown error to be Error: Wildcards cannot be the only chara… - Expected + Received Error { "message": "Wildcards cannot be the only character in the word", + "code": "GenericFailure", } ❯ tests/Word.test.ts:102:35
tests/Word.test.ts > Word > edge cases > GIVEN an empty word with unbound start THEN throws: tests/Word.test.ts#L98
AssertionError: expected a thrown error to be Error: Wildcards cannot be the only chara… - Expected + Received Error { "message": "Wildcards cannot be the only character in the word", + "code": "GenericFailure", } ❯ tests/Word.test.ts:98:33
tests/Word.test.ts > Word > edge cases > GIVEN an empty word THEN throws: tests/Word.test.ts#L94
AssertionError: expected a thrown error to be Error: The word cannot be empty - Expected + Received Error { "message": "The word cannot be empty", + "code": "GenericFailure", } ❯ tests/Word.test.ts:94:31
tests/Word.test.ts > Word > edge cases > GIVEN an escape character at the end THEN throws: tests/Word.test.ts#L90
AssertionError: expected a thrown error to be Error: Escape character cannot be at the … - Expected + Received Error { "message": "Escape character cannot be at the end of the word", + "code": "GenericFailure", } ❯ tests/Word.test.ts:90:36
tests/Word.test.ts > Word > edge cases > GIVEN an unclosed group THEN throws: tests/Word.test.ts#L86
AssertionError: expected a thrown error to be Error: Unterminated character group - Expected + Received Error { "message": "Unterminated character group", + "code": "GenericFailure", } ❯ tests/Word.test.ts:86:35
Test bindings on x86_64-pc-windows-msvc - node@18
Process completed with exit code 1.
tests/Word.test.ts > Word > edge cases > GIVEN an empty word with unbound start and end THEN throws: tests/Word.test.ts#L102
AssertionError: expected a thrown error to be Error: Wildcards cannot be the only chara… - Expected + Received Error { "message": "Wildcards cannot be the only character in the word", + "code": "GenericFailure", } ❯ tests/Word.test.ts:102:35
tests/Word.test.ts > Word > edge cases > GIVEN an empty word with unbound start THEN throws: tests/Word.test.ts#L98
AssertionError: expected a thrown error to be Error: Wildcards cannot be the only chara… - Expected + Received Error { "message": "Wildcards cannot be the only character in the word", + "code": "GenericFailure", } ❯ tests/Word.test.ts:98:33
tests/Word.test.ts > Word > edge cases > GIVEN an empty word THEN throws: tests/Word.test.ts#L94
AssertionError: expected a thrown error to be Error: The word cannot be empty - Expected + Received Error { "message": "The word cannot be empty", + "code": "GenericFailure", } ❯ tests/Word.test.ts:94:31
tests/Word.test.ts > Word > edge cases > GIVEN an escape character at the end THEN throws: tests/Word.test.ts#L90
AssertionError: expected a thrown error to be Error: Escape character cannot be at the … - Expected + Received Error { "message": "Escape character cannot be at the end of the word", + "code": "GenericFailure", } ❯ tests/Word.test.ts:90:36
tests/Word.test.ts > Word > edge cases > GIVEN an unclosed group THEN throws: tests/Word.test.ts#L86
AssertionError: expected a thrown error to be Error: Unterminated character group - Expected + Received Error { "message": "Unterminated character group", + "code": "GenericFailure", } ❯ tests/Word.test.ts:86:35
Test bindings on x86_64-pc-windows-msvc - node@20
Process completed with exit code 1.
tests/Word.test.ts > Word > edge cases > GIVEN an empty word with unbound start and end THEN throws: tests/Word.test.ts#L102
AssertionError: expected a thrown error to be Error: Wildcards cannot be the only chara… - Expected + Received Error { "message": "Wildcards cannot be the only character in the word", + "code": "GenericFailure", } ❯ tests/Word.test.ts:102:35
tests/Word.test.ts > Word > edge cases > GIVEN an empty word with unbound start THEN throws: tests/Word.test.ts#L98
AssertionError: expected a thrown error to be Error: Wildcards cannot be the only chara… - Expected + Received Error { "message": "Wildcards cannot be the only character in the word", + "code": "GenericFailure", } ❯ tests/Word.test.ts:98:33
tests/Word.test.ts > Word > edge cases > GIVEN an empty word THEN throws: tests/Word.test.ts#L94
AssertionError: expected a thrown error to be Error: The word cannot be empty - Expected + Received Error { "message": "The word cannot be empty", + "code": "GenericFailure", } ❯ tests/Word.test.ts:94:31
tests/Word.test.ts > Word > edge cases > GIVEN an escape character at the end THEN throws: tests/Word.test.ts#L90
AssertionError: expected a thrown error to be Error: Escape character cannot be at the … - Expected + Received Error { "message": "Escape character cannot be at the end of the word", + "code": "GenericFailure", } ❯ tests/Word.test.ts:90:36
tests/Word.test.ts > Word > edge cases > GIVEN an unclosed group THEN throws: tests/Word.test.ts#L86
AssertionError: expected a thrown error to be Error: Unterminated character group - Expected + Received Error { "message": "Unterminated character group", + "code": "GenericFailure", } ❯ tests/Word.test.ts:86:35

Artifacts

Produced during runtime
Name Size Digest
bindings-aarch64-apple-darwin Expired
226 KB
sha256:bd148cd24978e0b4d93b414823294fe9ff8454949b93bfee77129cef5e6389d9
bindings-aarch64-linux-android Expired
257 KB
sha256:add50fe60f9cef87f89a913234d327d1e911d1c82ab84d2201417bfb6ce25777
bindings-aarch64-pc-windows-msvc Expired
157 KB
sha256:d96efa5da0eae41720e37e274167c9a22fcc1190024bc6551b8f6e2d05611d47
bindings-aarch64-unknown-linux-gnu Expired
250 KB
sha256:f6ccbb73c1186f23ef28dc66c11ea8673e06f33288d133aa4bfd4690536419e4
bindings-aarch64-unknown-linux-musl Expired
248 KB
sha256:799b84707ca6734673cc3045b2a10b07ce8dc52f97cc4448492cbe1230b77025
bindings-armv7-linux-androideabi Expired
231 KB
sha256:1616d42f12bf12b0286a704dacbc3dd79fd8e73528ec6cf8d80563dcc23492b7
bindings-armv7-unknown-linux-gnueabihf Expired
258 KB
sha256:a574fd77d6e135ca8f82c7e10ce39e27cf5f22f495d0abb31188999ba824bf75
bindings-x86_64-apple-darwin Expired
235 KB
sha256:681703914e86448c40b9040b90af2a98aec8ed53fa61564e162180b9a014b15e
bindings-x86_64-pc-windows-msvc Expired
167 KB
sha256:856b8c157f72c4decd8b13b95757ebb9ac0e18461aee957de6c94ac77f83e6fe
bindings-x86_64-unknown-linux-gnu Expired
261 KB
sha256:02efef39b535bff5bdda89d9b54b0c181c35e9e8ed5bb3eb2385d9dd395a429c
bindings-x86_64-unknown-linux-musl Expired
260 KB
sha256:8425a2b5d8c3c0b91a4e5103070199df9931af4dbe615f160d77cc313f38e583