Skip to main content
Home
This release is 43 versions behind 1.0.16 — the latest version of @std/testing. Jump to latest

Tools for testing Deno code like snapshot testing, bdd testing, and time mocking

This package works with Deno
This package works with Deno
JSR Score
94%
Published
2 years ago (0.206.0)
Package root>_time.ts
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. /** Used internally for testing that fake time uses real time correctly. */ export const _internals = { Date, setTimeout, clearTimeout, setInterval, clearInterval, };