Skip to content

Commit 561cafc

Browse files
geroplona-agent
andcommitted
Fix unused import in envvar-prefix-context-parser.spec.ts
Remove unused Experiments import that was causing TypeScript compilation error. Co-authored-by: Ona <[email protected]>
1 parent 520c1d6 commit 561cafc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/server/src/workspace/envvar-prefix-context-parser.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import * as chai from "chai";
1212
import { EnvvarPrefixParser, EnvvarSanitization } from "./envvar-prefix-context-parser";
1313
import { WithEnvvarsContext, User } from "@gitpod/gitpod-protocol";
1414
import { Config } from "../config";
15-
import { Experiments } from "@gitpod/gitpod-protocol/lib/experiments/configcat-server";
1615
const expect = chai.expect;
1716

1817
@suite

0 commit comments

Comments
 (0)