std/testing/deno.json
IgorM867 6cc4f9fc44
feat(testing/unstable): support for stubbing properties (#6128)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-10-31 20:54:32 +09:00

14 lines
305 B
JSON

{
"name": "@std/testing",
"version": "1.0.3",
"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"
}
}