update bundle #7
ci.yml
on: push
TypeScript Tests
20s
GitHub Actions Test
3s
Annotations
11 errors and 1 warning
GitHub Actions Test
missing version input
|
TypeScript Tests:
__tests__/main.test.ts#L12
'afterEach' is defined but never used
|
TypeScript Tests:
__tests__/main.test.ts#L24
Missing return type on function
|
TypeScript Tests:
__tests__/main.test.ts#L39
Replace toBeCalledTimes() with its canonical name of toHaveBeenCalledTimes()
|
TypeScript Tests:
__tests__/main.test.ts#L40
Replace toBeCalledTimes() with its canonical name of toHaveBeenCalledTimes()
|
TypeScript Tests:
src/main.ts#L41
Missing return type on function
|
TypeScript Tests:
src/main.ts#L41
'NodeJS' is not defined
|
TypeScript Tests:
src/main.ts#L52
Missing return type on function
|
TypeScript Tests:
src/main.ts#L52
'NodeJS' is not defined
|
TypeScript Tests:
src/main.ts#L72
Missing return type on function
|
TypeScript Tests:
src/main.ts#L76
Missing return type on function
|
TypeScript Tests:
__tests__/main.test.ts#L41
Forbidden non-null assertion
|