mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
test(async/unstable): fix typo (#6149)
This commit is contained in:
parent
8c9b4c6972
commit
7ed73ae147
@ -47,7 +47,7 @@ Deno.test("throttle() handles cancelled", () => {
|
||||
assertEquals(t.lastExecution, NaN);
|
||||
});
|
||||
|
||||
Deno.test("debounce() handles flush", () => {
|
||||
Deno.test("throttle() handles flush", () => {
|
||||
let called = 0;
|
||||
let arg = "";
|
||||
const t = throttle((_arg) => {
|
||||
|
Loading…
Reference in New Issue
Block a user