We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30d3b4 commit e657b05Copy full SHA for e657b05
1 file changed
README.md
@@ -41,18 +41,15 @@ tests/
41
│ └── advanced.test.js
42
├── integration/ # JavaScript integration tests
43
│ └── combined.test.js
44
-├── typescript/ # TypeScript tests
45
-│ ├── console-table-printer/
46
-│ │ ├── basic.test.ts
47
-│ │ └── advanced.test.ts
48
-│ ├── simple-wcswidth/
49
50
51
-│ └── integration/
52
-│ └── combined.test.ts
53
-└── website/ # Website E2E tests with Playwright
54
- ├── homepage.test.js
55
- └── docs.test.js
+└── typescript/ # TypeScript tests
+ ├── console-table-printer/
+ │ ├── basic.test.ts
+ │ └── advanced.test.ts
+ ├── simple-wcswidth/
+ └── integration/
+ └── combined.test.ts
56
```
57
58
## Automated Testing
0 commit comments