Skip to content

Commit

Permalink
docs: bump jsr:@chiezo/bddoc to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Jun 4, 2024
1 parent 0310c6c commit 70dd89f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ cmd.restore();
assert(Deno.Command === Original);
```

Won't dispose spies created:
Not dispose spies created:

```typescript
const echo = cmd.spy("echo");
Expand Down Expand Up @@ -190,7 +190,7 @@ assertSpyCalls(src.readTextFile, 0);

#### `stub`

Won't write to the original path:
Not write to the original path:

```typescript
const stub = fs.stub(".");
Expand Down Expand Up @@ -252,7 +252,7 @@ assert(Deno.readTextFile === original.readTextFile);
assert(Deno.readTextFileSync === original.readTextFileSync);
```

Won't dispose spies created:
Not dispose spies created:

```typescript
const spy = fs.spy(".");
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
]
},
"imports": {
"@chiezo/bddoc": "jsr:@chiezo/bddoc@^0.0.3",
"@chiezo/bddoc": "jsr:@chiezo/bddoc@^0.0.4",
"@molt/lib": "jsr:@molt/lib@^0.18.0",
"@std/assert": "jsr:@std/assert@^0.225.3",
"@std/collections": "jsr:@std/collections@^0.224.2",
Expand Down
8 changes: 4 additions & 4 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 70dd89f

Please sign in to comment.