Skip to content

Commit 2f620a9

Browse files
committed
remove commented-out code
1 parent 3bb64e0 commit 2f620a9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

nyc.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ module.exports = {
22
all: true,
33
include: [
44
'tests/node_modules/ts-node/**',
5-
// 'tests/node_modules/ts-node/dist/*.js',
6-
// 'tests/node_modules/ts-node/register/*.js',
7-
// 'tests/node_modules/ts-node/*.js',
8-
// 'tests/node_modules/ts-node/*.mjs',
95
],
106
exclude: [
117
'**/*.d.ts',

0 commit comments

Comments
 (0)