Skip to content

feat: move to pnmp #450

feat: move to pnmp

feat: move to pnmp #450

Triggered via pull request January 7, 2024 11:12
Status Failure
Total duration 31s
Artifacts

lint.yml

on: pull_request
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test
24s
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test: src/__tests__/pages/HomePage.test.tsx#L7
Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test: src/__tests__/pages/HomePage.test.tsx#L8
Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test: src/lib/__tests__/og.test.ts#L3
Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test: src/lib/__tests__/og.test.ts#L4
Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test: src/lib/__tests__/og.test.ts#L12
Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test
Process completed with exit code 1.
⬣ ESLint, ʦ TypeScript, 💅 Prettier, and 🃏 Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/