std/testing/deno.json
denobot dc14633394
chore: release 2024.07.09 (#5363)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-07-09 15:13:21 +09:00

12 lines
218 B
JSON

{
"name": "@std/testing",
"version": "1.0.0-rc.3",
"exports": {
"./bdd": "./bdd.ts",
"./mock": "./mock.ts",
"./snapshot": "./snapshot.ts",
"./time": "./time.ts",
"./types": "./types.ts"
}
}