Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/ snapshot_test.ts
File
snapshot_test.ts
testing/snapshot_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.
2
import
{ stripAnsiCode } from
"@std/fmt/colors"
;
3
import
{ dirname, fromFileUrl, join, toFileUrl } from
"@std/path"
;
4
import
{
Callers
nothing calls this directly
Calls
15
toFileUrl
Function · 0.90
join
Function · 0.90
dirname
Function · 0.90
fromFileUrl
Function · 0.90
assertSnapshot
Function · 0.90
stripAnsiCode
Function · 0.90
serialize
Function · 0.90
fail
Function · 0.90
assertInstanceOf
Function · 0.90
assert
Function · 0.90
assertStringIncludes
Function · 0.90
createAssertSnapshot
Function · 0.90
Tested by
no test coverage detected