deps: bump katex from 0.16.40 to 0.16.44 in the npm-patch group #72
test.yml
on: pull_request
Backend Tests (Rust)
15s
Frontend Tests (React)
23s
Annotations
5 errors
|
Backend Tests (Rust)
Process completed with exit code 1.
|
|
Frontend Tests (React)
Process completed with exit code 1.
|
|
src/context/__tests__/AuthContext.test.jsx > AuthContext > handles logout success:
src/context/__tests__/AuthContext.test.jsx#L138
AssertionError: expected "vi.fn()" to be called with arguments: [ null ]
Number of calls: 0
❯ src/context/__tests__/AuthContext.test.jsx:138:26
|
|
src/context/__tests__/AuthContext.test.jsx > AuthContext > handles login failure:
src/context/__tests__/AuthContext.test.jsx#L113
AssertionError: expected "vi.fn()" to be called with arguments: [ null ]
Number of calls: 0
❯ src/context/__tests__/AuthContext.test.jsx:113:26
|
|
src/context/__tests__/AuthContext.test.jsx > AuthContext > handles login success:
src/context/__tests__/AuthContext.test.jsx#L90
AssertionError: expected "vi.fn()" to be called with arguments: [ 'fake-token' ]
Number of calls: 0
❯ src/context/__tests__/AuthContext.test.jsx:90:26
|