std/testing/deno.json
denobot c6193ac887
chore: release 2024.11.13 (#6182)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-11-13 19:36:14 +09:00

14 lines
305 B
JSON

{
"name": "@std/testing",
"version": "1.0.5",
"exports": {
"./bdd": "./bdd.ts",
"./mock": "./mock.ts",
"./snapshot": "./snapshot.ts",
"./time": "./time.ts",
"./types": "./types.ts",
"./unstable-types": "./unstable_types.ts",
"./unstable-stub": "./unstable_stub.ts"
}
}