We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99c695 commit 00e8337Copy full SHA for 00e8337
prow/spyglass/lenses/lens.d.ts
@@ -1,4 +1,4 @@
1
-import {Spyglass} from "test_infra/prow/cmd/deck/static/spyglass/lens";
+import {Spyglass} from "io_k8s_test_infra/prow/cmd/deck/static/spyglass/lens";
2
3
declare global {
4
// The `spyglass` global is injected into the environment the lens runs in by spyglass.
tsconfig.json
@@ -7,7 +7,7 @@
7
// NB: Bazel ignores whatever we put here, so any other values won't work.
8
"baseUrl": ".",
9
"paths": {
10
- "test_infra/*": ["*"]
+ "io_k8s_test_infra/*": ["*"]
11
}
12
},
13
"bazelOptions": {
0 commit comments