UI improvements #31
ci.yml
on: pull_request
Vitest
36s
Lint and Format Checks
16s
Annotations
4 errors
|
Lint and Format Checks
Process completed with exit code 2.
|
|
Vitest
Process completed with exit code 1.
|
|
src/tests/integration/Navbar.test.tsx > Navbar functionality > should perform a save when using CTRL S:
src/tests/integration/Navbar.test.tsx#L119
AssertionError: expected "bound " to be called with arguments: [ 'Saved!' ]
Received:
Number of calls: 0
❯ src/tests/integration/Navbar.test.tsx:119:21
|
|
src/tests/integration/Navbar.test.tsx > Navbar functionality > should save the file when clicking Save File from File menu:
src/tests/integration/Navbar.test.tsx#L86
AssertionError: expected "bound " to be called with arguments: [ 'Saved!' ]
Received:
Number of calls: 0
❯ src/tests/integration/Navbar.test.tsx:86:21
|