std/internal/deno.json
eryue0220 6a4eb6cb91
fix(expect): support expect.hasAssertions() (#5901)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-09-19 14:38:32 +09:00

15 lines
339 B
JSON

{
"name": "@std/internal",
"version": "1.0.3",
"exports": {
".": "./mod.ts",
"./assertion-state": "./assertion_state.ts",
"./build-message": "./build_message.ts",
"./diff-str": "./diff_str.ts",
"./diff": "./diff.ts",
"./format": "./format.ts",
"./styles": "./styles.ts",
"./types": "./types.ts"
}
}