Skip to content

Commit 9afc473

Browse files
chore: code formattings
1 parent 0825e5b commit 9afc473

18 files changed

+5225
-5217
lines changed

__tests__/api-helper1.test.ts

Lines changed: 854 additions & 854 deletions
Large diffs are not rendered by default.

__tests__/api-helper2.test.ts

Lines changed: 324 additions & 324 deletions
Large diffs are not rendered by default.

__tests__/command1.test.ts

Lines changed: 230 additions & 230 deletions
Large diffs are not rendered by default.

__tests__/command2.test.ts

Lines changed: 230 additions & 230 deletions
Large diffs are not rendered by default.

__tests__/context-helper.test.ts

Lines changed: 405 additions & 405 deletions
Large diffs are not rendered by default.

__tests__/git-helper.test.ts

Lines changed: 838 additions & 837 deletions
Large diffs are not rendered by default.

__tests__/logger.test.ts

Lines changed: 186 additions & 186 deletions
Large diffs are not rendered by default.

__tests__/utils1.test.ts

Lines changed: 312 additions & 312 deletions
Large diffs are not rendered by default.

__tests__/utils2.test.ts

Lines changed: 200 additions & 200 deletions
Large diffs are not rendered by default.

jest.config.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
module.exports = {
2-
clearMocks: true,
3-
moduleFileExtensions: ['js', 'ts'],
4-
setupFiles: ['<rootDir>/jest.setup.ts'],
5-
testEnvironment: 'node',
6-
testMatch: ['**/*.test.ts'],
7-
testRunner: 'jest-circus/runner',
8-
transform: {
9-
'^.+\\.ts$': 'ts-jest',
10-
},
11-
verbose: true,
12-
coverageDirectory: '<rootDir>/coverage',
2+
clearMocks: true,
3+
moduleFileExtensions: ['js', 'ts'],
4+
setupFiles: ['<rootDir>/jest.setup.ts'],
5+
testEnvironment: 'node',
6+
testMatch: ['**/*.test.ts'],
7+
testRunner: 'jest-circus/runner',
8+
transform: {
9+
'^.+\\.ts$': 'ts-jest',
10+
},
11+
verbose: true,
12+
coverageDirectory: '<rootDir>/coverage',
1313
};

jest.setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import { setupGlobal } from '@technote-space/github-action-test-helper';
1+
import {setupGlobal} from '@technote-space/github-action-test-helper';
22

33
setupGlobal();

0 commit comments

Comments
 (0)