Skip to content

Commit

Permalink
Update testings
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Aug 18, 2024
1 parent 4291f7f commit 51f0dd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
11 changes: 0 additions & 11 deletions test/compat/test.ts

This file was deleted.

1 change: 1 addition & 0 deletions test/target-from-ua/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Deno.test("build target from UA", async () => {
};
assertEquals(await getTarget("Deno/1.33.1"), "deno");
assertEquals(await getTarget("Deno/1.33.2"), "denonext");
assertEquals(await getTarget("HeadlessChrome/109"), "es2021");
assertEquals(
await getTarget(
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36",
Expand Down

0 comments on commit 51f0dd5

Please sign in to comment.