Skip to content

Commit

Permalink
chore(test): restore trailing new line in `coverage-test/vitest.confi…
Browse files Browse the repository at this point in the history
…g.ts` (#4789)
  • Loading branch information
hi-ogawa authored Dec 21, 2023
1 parent 9497f48 commit 039814b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ test('thresholds.autoUpdate updates thresholds', async () => {
thresholds['**/function-count.ts'].functions = 59
thresholds['**/function-count.ts'].lines = 50

fs.writeFileSync(configFilename, mod.generate().code, 'utf-8')
fs.writeFileSync(configFilename, `${mod.generate().code}\n`, 'utf-8')
})

test('function count is correct', async () => {
Expand Down

0 comments on commit 039814b

Please sign in to comment.