Skip to content

Commit 4dd1292

Browse files
authored
[Fix] Use more precise wording (#5)
1 parent 55604a0 commit 4dd1292

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

img/example.png

-1.87 KB
Loading

src/__tests__/e2e.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe('E2E Test on src code', () => {
3131
expect(stdout).toContain('Including files from: src/**/*.{ts,tsx,js,jsx}');
3232
expect(stdout).toContain('Excluding files from: **/__tests__/**');
3333
expect(stdout).toContain(
34-
'The state of the TypeScript migration: we are currently at 100.00%',
34+
'The state of the TypeScript coverage: we are currently at 100.00%',
3535
);
3636

3737
expect(stdout).toContain('Total Typescript files: 4 (.ts,.tsx)');

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ try {
3232

3333
console.log(
3434
chalk.green(
35-
`The state of the TypeScript migration: ${chalk.underline(
35+
`The state of the TypeScript coverage: ${chalk.underline(
3636
`we are currently at ${migratedPercentage.toFixed(2)}%`,
3737
)}`,
3838
),

0 commit comments

Comments
 (0)