fixed linting issues #41
deploy.yml
on: push
⬣ ESLint
44s
ʦ TypeScript
39s
⚡ Vitest
32s
⚫️ Cypress
3m 17s
🚀 Deploy
0s
Annotations
5 errors and 4 warnings
app/routes/__tests__/_todos.$date.$todoPageId.test.tsx:
node_modules/tiny-invariant/dist/esm/tiny-invariant.js#L12
Error: Invariant failed: SESSION_SECRET must be set
❯ Proxy.invariant node_modules/tiny-invariant/dist/esm/tiny-invariant.js:12:11
❯ app/session.server.ts:7:1
❯ app/routes/__tests__/_todos.$date.$todoPageId.test.tsx:20:25
|
app/routes/__tests__/_todos.$date.new.test.tsx > action function > should create a todo page successfully:
app/routes/__tests__/_todos.$date.new.test.tsx#L51
AssertionError: expected '/2023-06-05/todo-id' to be '/2023-06-04/todo-id' // Object.is equality
Expected: "/2023-06-04/todo-id"
Received: "/2023-06-05/todo-id"
❯ app/routes/__tests__/_todos.$date.new.test.tsx:51:44
|
app/routes/__tests__/_todos.$date.test.tsx:
node_modules/tiny-invariant/dist/esm/tiny-invariant.js#L12
Error: Invariant failed: SESSION_SECRET must be set
❯ Proxy.invariant node_modules/tiny-invariant/dist/esm/tiny-invariant.js:12:11
❯ app/session.server.ts:7:1
❯ app/routes/__tests__/_todos.$date.test.tsx:17:25
|
⚡ Vitest
Process completed with exit code 1.
|
⚫️ Cypress
Cypress tests: 2 failed
|
⚡ Vitest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ʦ TypeScript
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
⬣ ESLint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
⚫️ Cypress
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|