Skip to content

Commit 162a223

Browse files
committed
add exclude entry to karma config
1 parent 883ba5b commit 162a223

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/service-types-generator/src/SmokeTestGenerator.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ module.exports = function(config) {
145145
}
146146
},
147147
singleRun: true,
148-
concurrency: Infinity
148+
concurrency: Infinity,
149+
exclude: ['**/*.d.ts']
149150
});
150151
};
151152
`.trim();

0 commit comments

Comments
 (0)