MCPcopy Create free account
hub / github.com/denoland/std / poll_test.ts

File poll_test.ts

async/poll_test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Copyright 2018-2026 the Deno authors. MIT license.
2import { assertEquals, assertRejects } from "@std/assert";
3import { poll } from "./poll.ts";
4import { FakeTime } from "@std/testing/time";

Callers

nothing calls this directly

Calls 6

pollFunction · 0.90
assertEqualsFunction · 0.90
assertRejectsFunction · 0.90
runMicrotasksMethod · 0.80
nextAsyncMethod · 0.80
abortMethod · 0.45

Tested by

no test coverage detected