Skip to content

Commit 43b8ea6

Browse files
committed
kind integration test in workflow
1 parent 4254345 commit 43b8ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/integration/patchNamespace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import assert, { deepEqual } from 'node:assert';
2-
import { PatchStrategy, CoreV1Api, KubeConfig, setHeaderOptions, V1Namespace } from '../../index';
2+
import { PatchStrategy, CoreV1Api, KubeConfig, setHeaderOptions, V1Namespace } from '../../index.js';
33

44
export default async function patchNamespace() {
55
const kc = new KubeConfig();

0 commit comments

Comments
 (0)