We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb64e0 commit 2f620a9Copy full SHA for 2f620a9
nyc.config.js
@@ -2,10 +2,6 @@ module.exports = {
2
all: true,
3
include: [
4
'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',
9
],
10
exclude: [
11
'**/*.d.ts',
0 commit comments