std/testing/deno.json
Asher Gomez 20577daefe
chore(testing): release testing@1.0.0 (#5218)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-07-31 16:55:45 +10:00

12 lines
213 B
JSON

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