Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 9, 2023
1 parent 5f30123 commit d5049ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/fixtures/env/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
console.log("process.env.TEST", process.env.TEST);

// @ts-ignore
console.log("import.meta.env.TEST", import.meta.env?.TEST);
console.log("import.meta.env.TEST", import.meta.env.TEST);

0 comments on commit d5049ef

Please sign in to comment.