File tree 2 files changed +60
-8
lines changed
2 files changed +60
-8
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,22 @@ codes in BDD style.
6
6
> [ !WARNING] \
7
7
> Alpha version. Not tested extensively yet. APIs may change frequently.
8
8
9
- As an example, the usage below is generated from the actual tests with ` bddoc `
10
- itself.
11
-
12
9
## Usage
13
10
11
+ ### Deno
12
+
13
+ ``` sh
14
+ deno add jsr:@chiezo/bddoc
15
+ ```
16
+
17
+ ## APIs
18
+
19
+ > [ !NOTE] \
20
+ > This section is generated with ` bddoc ` itself from ` transform_test.ts ` and
21
+ > ` parse_test.ts ` .
22
+
14
23
``` typeScript
15
- import { parse , transform } from " jsr: @chiezo/bddoc" ;
24
+ import { parse , transform } from " @chiezo/bddoc" ;
16
25
```
17
26
18
27
### ` transform `
@@ -59,3 +68,20 @@ assertObjectMatch(describes[1], {
59
68
],
60
69
});
61
70
```
71
+
72
+ ## Todo
73
+
74
+ - Runtimes
75
+ - [ ] Browsers
76
+ - [ ] Bun
77
+ - [x] Deno
78
+ - [ ] Node.js
79
+ - Test Interfaces
80
+ - [ ] ` Deno.test `
81
+ - [x] ` describe ` ` it `
82
+ - Assertion Interfaces
83
+ - [ ] ` @std/assert `
84
+ - [ ] ` expect `
85
+ - Backend
86
+ - [x] Built-in (rule-based)
87
+ - [ ] LLM (?)
Original file line number Diff line number Diff line change @@ -6,15 +6,41 @@ codes in BDD style.
6
6
> [ !WARNING] \
7
7
> Alpha version. Not tested extensively yet. APIs may change frequently.
8
8
9
- As an example, the usage below is generated from the actual tests with ` bddoc `
10
- itself.
11
-
12
9
## Usage
13
10
11
+ ### Deno
12
+
13
+ ``` sh
14
+ deno add jsr:@chiezo/bddoc
15
+ ```
16
+
17
+ ## APIs
18
+
19
+ > [ !NOTE] \
20
+ > This section is generated with ` bddoc ` itself from ` transform_test.ts ` and
21
+ > ` parse_test.ts ` .
22
+
14
23
``` typeScript
15
- import { parse , transform } from " jsr: @chiezo/bddoc" ;
24
+ import { parse , transform } from " @chiezo/bddoc" ;
16
25
```
17
26
18
27
<!-- transform -->
19
28
20
29
<!-- parse -->
30
+
31
+ ## Todo
32
+
33
+ - Runtimes
34
+ - [ ] Browsers
35
+ - [ ] Bun
36
+ - [x] Deno
37
+ - [ ] Node.js
38
+ - Test Interfaces
39
+ - [ ] ` Deno.test `
40
+ - [x] ` describe ` ` it `
41
+ - Assertion Interfaces
42
+ - [ ] ` @std/assert `
43
+ - [ ] ` expect `
44
+ - Backend
45
+ - [x] Built-in (rule-based)
46
+ - [ ] LLM (?)
You can’t perform that action at this time.
0 commit comments