std/testing/deno.json
denobot 67e9cfa0ff
chore: release 2024.09.04 (#5908)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-09-04 19:37:53 +09:00

12 lines
213 B
JSON

{
"name": "@std/testing",
"version": "1.0.2",
"exports": {
"./bdd": "./bdd.ts",
"./mock": "./mock.ts",
"./snapshot": "./snapshot.ts",
"./time": "./time.ts",
"./types": "./types.ts"
}
}