Skip to content

Commit e657b05

Browse files
committed
test message
1 parent a30d3b4 commit e657b05

1 file changed

Lines changed: 9 additions & 12 deletions

File tree

README.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,15 @@ tests/
4141
│ └── advanced.test.js
4242
├── integration/ # JavaScript integration tests
4343
│ └── combined.test.js
44-
├── typescript/ # TypeScript tests
45-
│ ├── console-table-printer/
46-
│ │ ├── basic.test.ts
47-
│ │ └── advanced.test.ts
48-
│ ├── simple-wcswidth/
49-
│ │ ├── basic.test.ts
50-
│ │ └── advanced.test.ts
51-
│ └── integration/
52-
│ └── combined.test.ts
53-
└── website/ # Website E2E tests with Playwright
54-
├── homepage.test.js
55-
└── docs.test.js
44+
└── typescript/ # TypeScript tests
45+
├── console-table-printer/
46+
│ ├── basic.test.ts
47+
│ └── advanced.test.ts
48+
├── simple-wcswidth/
49+
│ ├── basic.test.ts
50+
│ └── advanced.test.ts
51+
└── integration/
52+
└── combined.test.ts
5653
```
5754

5855
## Automated Testing

0 commit comments

Comments
 (0)