Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Feb 21, 2025
1 parent 5bad879 commit 7bce9cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,8 @@ mod tests {
assert!(is_relative_specifier("../test"));
assert!(is_relative_specifier("./"));
assert!(is_relative_specifier("./test"));
assert!(!is_relative_specifier(""));
assert!(!is_relative_specifier("a"));
assert!(!is_relative_specifier(".test"));
assert!(!is_relative_specifier("/test"));
assert!(!is_relative_specifier("test"));
Expand Down

0 comments on commit 7bce9cc

Please sign in to comment.