Skip to content

delete test code

delete test code #36

Triggered via push August 29, 2024 20:17
Status Failure
Total duration 1m 59s
Artifacts

linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
Lint Codebase: __tests__/index.test.ts#L1
Definition for rule '@typescript-eslint/func-call-spacing' was not found
Lint Codebase: __tests__/index.test.ts#L1
Definition for rule '@typescript-eslint/semi' was not found
Lint Codebase: __tests__/index.test.ts#L1
Definition for rule '@typescript-eslint/type-annotation-spacing' was not found
Lint Codebase: __tests__/index.test.ts#L5
Replace `'../src/themeConverter'` with `"../src/themeConverter";`
Lint Codebase: __tests__/index.test.ts#L9
Replace `··.spyOn(themeConverter,·'cloneRepository'` with `····.spyOn(themeConverter,·"cloneRepository"`
Lint Codebase: __tests__/index.test.ts#L10
Replace `··.mockImplementation()` with `····.mockImplementation();`
Lint Codebase: __tests__/index.test.ts#L12
Replace `'themeConverter'` with `"themeConverter"`
Lint Codebase: __tests__/index.test.ts#L13
Replace `it('calls·cloneRepository·when·imported'` with `··it("calls·cloneRepository·when·imported"`
Lint Codebase: __tests__/index.test.ts#L14
Insert `····`
Lint Codebase: __tests__/index.test.ts#L15
Replace `require('../src/index')` with `····require("../src/index");`
Lint Codebase: .devcontainer/devcontainer.json#L1
File ignored by default.
Lint Codebase: .github/linters/tsconfig.json#L1
File ignored by default.
Lint Codebase: .prettierrc.json#L1
File ignored by default.