test: add some basic code example for benchmark #14
nodejs.yml
on: push
nodejs
/
prepare
4s
nodejs
/
lint-eslint
22s
nodejs
/
lint-prettier
19s
nodejs
/
lint-check-types
0s
Matrix: nodejs / test
Annotations
6 warnings
nodejs / lint-eslint:
src/__tests__/index.test.js#L1
There should be at least one empty line between import groups
|
nodejs / lint-eslint:
src/__tests__/index.test.js#L2
`vitest` import should occur before import of `..`
|
nodejs / lint-eslint:
src/index.js#L89
Missing JSDoc @returns description
|
nodejs / lint-eslint:
src/index.js#L105
Missing JSDoc @param "width" description
|
nodejs / lint-eslint:
src/index.js#L106
Missing JSDoc @returns description
|
nodejs / lint-eslint:
src/index.js#L222
Missing JSDoc block description
|