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.
2 parents f1da96b + 1f293cd commit 20a5867Copy full SHA for 20a5867
karma.conf.js
@@ -157,12 +157,6 @@ function createEsbuildPlugin() {
157
].filter(Boolean),
158
});
159
result = tmp.code || result;
160
- if (!args.path.includes(".pnpm")) {
161
- console.log(args.path);
162
- }
163
- if (/\/preact\//.test(args.path)) {
164
- // console.log("done", result);
165
166
cache.set(args.path, { input: contents, result });
167
168
// Fire all pending listeners that are waiting on the same
@@ -197,7 +191,6 @@ module.exports = function (config) {
197
191
reporters: ["mocha"].concat(coverage ? "coverage" : []),
198
192
199
193
formatError(msg) {
200
- console.log("MSAG", msg);
201
194
let stack = msg;
202
195
// Karma prints error twice if it's an infinite loop
203
196
if (/^\s*Uncaught/.test(msg)) {
0 commit comments