Skip to content

Commit 67a39ce

Browse files
committed
chore: Fix types test
1 parent 21ab8d4 commit 67a39ce

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { Env } from "@humanwhocodes/env";
1+
import { ArrayWithDefault } from "@humanwhocodes/array-with-default";
22

3-
const env = new Env();
4-
const username = env.get("USERNAME");
3+
new ArrayWithDefault({ default: 1 });

tests/fixtures/typescript-project/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/fixtures/typescript-project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"author": "",
1111
"license": "ISC",
1212
"dependencies": {
13-
"@humanwhocodes/env": "file:../../../"
13+
"@humanwhocodes/array-with-default": "file:../../../"
1414
}
1515
}

0 commit comments

Comments
 (0)