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 ac0a9f5 commit a0073d3Copy full SHA for a0073d3
packages/telemetry/karma.conf.js
@@ -22,10 +22,7 @@ const files = [`src/**/*.test.ts`];
22
module.exports = function (config) {
23
const karmaConfig = {
24
...karmaBase,
25
- // files to load into karma
26
files,
27
- // frameworks to use
28
- // available frameworks: https://npmjs.org/browse/keyword/karma-adapter
29
frameworks: ['mocha']
30
};
31
0 commit comments