mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 21:24:48 +00:00
misc: reduce unnecesarry output in cli/js tests (#4182)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
parent
3968308886
commit
4dc004f0a2
8 changed files with 76 additions and 75 deletions
|
@ -3,6 +3,5 @@ import { test, assert } from "./test_util.ts";
|
|||
|
||||
test(function locationBasic(): void {
|
||||
// location example: file:///Users/rld/src/deno/js/unit_tests.ts
|
||||
console.log("location", window.location.toString());
|
||||
assert(window.location.toString().endsWith("unit_tests.ts"));
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue