Skip to content

Commit 00e8337

Browse files
committed
Fix test_infra workspace references in typescript.
1 parent c99c695 commit 00e8337

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

prow/spyglass/lenses/lens.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {Spyglass} from "test_infra/prow/cmd/deck/static/spyglass/lens";
1+
import {Spyglass} from "io_k8s_test_infra/prow/cmd/deck/static/spyglass/lens";
22

33
declare global {
44
// The `spyglass` global is injected into the environment the lens runs in by spyglass.

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// NB: Bazel ignores whatever we put here, so any other values won't work.
88
"baseUrl": ".",
99
"paths": {
10-
"test_infra/*": ["*"]
10+
"io_k8s_test_infra/*": ["*"]
1111
}
1212
},
1313
"bazelOptions": {

0 commit comments

Comments
 (0)