Skip to content

Commit 70dd89f

Browse files
committed
docs: bump jsr:@chiezo/bddoc to 0.0.4
1 parent 0310c6c commit 70dd89f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ cmd.restore();
107107
assert(Deno.Command === Original);
108108
```
109109

110-
Won't dispose spies created:
110+
Not dispose spies created:
111111

112112
```typescript
113113
const echo = cmd.spy("echo");
@@ -190,7 +190,7 @@ assertSpyCalls(src.readTextFile, 0);
190190

191191
#### `stub`
192192

193-
Won't write to the original path:
193+
Not write to the original path:
194194

195195
```typescript
196196
const stub = fs.stub(".");
@@ -252,7 +252,7 @@ assert(Deno.readTextFile === original.readTextFile);
252252
assert(Deno.readTextFileSync === original.readTextFileSync);
253253
```
254254

255-
Won't dispose spies created:
255+
Not dispose spies created:
256256

257257
```typescript
258258
const spy = fs.spy(".");

deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
]
1515
},
1616
"imports": {
17-
"@chiezo/bddoc": "jsr:@chiezo/bddoc@^0.0.3",
17+
"@chiezo/bddoc": "jsr:@chiezo/bddoc@^0.0.4",
1818
"@molt/lib": "jsr:@molt/lib@^0.18.0",
1919
"@std/assert": "jsr:@std/assert@^0.225.3",
2020
"@std/collections": "jsr:@std/collections@^0.224.2",

deno.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)