We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf8707 commit 2eed5f1Copy full SHA for 2eed5f1
packages/plugin-testops/src/plugin.ts
@@ -24,6 +24,7 @@ export class TestopsUploaderPlugin implements Plugin {
24
25
this.#ci = detect();
26
27
+ // eslint-disable-next-line no-console
28
console.log("detected ci:", this.#ci);
29
30
// don't initialize the client when some options are missing
0 commit comments