Skip to content

Commit

Permalink
fix module which has no default export (#2250)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephca authored Jan 29, 2025
1 parent 5ba2f77 commit 20234e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e-tests/playwright/utils/kube-client.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import k8s, { V1ConfigMap } from "@kubernetes/client-node";
import * as k8s from "@kubernetes/client-node";
import { V1ConfigMap } from "@kubernetes/client-node";
import { LOGGER } from "./logger";
import * as yaml from "js-yaml";

Expand Down

0 comments on commit 20234e4

Please sign in to comment.