Skip to content

Commit

Permalink
test: πŸ’ update test
Browse files Browse the repository at this point in the history
  • Loading branch information
IWANABETHATGUY committed Oct 4, 2024
1 parent a1ad68e commit f62be9c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ fn dot_with_postfix_mixed() {
("import.meta.env.*", "undefined"),
("import.meta.env", "env"),
("import.meta.*", "metaProperty"),
("import.meta", "foo"),
("import.meta", "1"),
])
.unwrap();
test("import.meta.env.result", "undefined", config.clone());
test("import.meta.env.result.many.nested", "undefined", config.clone());
test("import.meta.env", "env", config.clone());
test("import.meta.somethingelse", "metaProperty", config.clone());
test("import.meta", "foo", config);
test("import.meta", "1", config);
}

0 comments on commit f62be9c

Please sign in to comment.