Skip to content

Commit d8448fb

Browse files
committed
Updated README
1 parent 5e9ae6b commit d8448fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The #1 architecture testing library for TypeScript, measured by GitHub stars.
1919

2020
_Inspired by the amazing ArchUnit library but we are not affiliated with ArchUnit._
2121

22-
[Setup](#-setup)[Documentation](https://lukasniessen.github.io/ArchUnitTS/)[Use Cases](#-use-cases)[Features](#-features)[Contributing](CONTRIBUTING.md)
22+
[Setup](#-setup)[Demo](#-demo)[Use Cases](#-use-cases)[Features](#-features)[Why ArchUnitTS?](#-library-comparison)[Contributing](CONTRIBUTING.md)[Documentation](https://lukasniessen.github.io/ArchUnitTS/)
2323

2424
## ⚡ 5 min Quickstart
2525

@@ -115,7 +115,7 @@ test:
115115
- reports
116116
```
117117
118-
## Setup
118+
## 🚐 Setup
119119
120120
We have added special syntax for Jest, Vitest and Jasmine: `toPassAsync()`. We strongly recommend using it. Many benefits come with it, for example beautiful error messages in case of a failing tests.
121121

@@ -140,7 +140,7 @@ export default defineConfig({
140140

141141
### Jasmine
142142

143-
Jasmine unfortunately has some constraints and requires minimal setup. You will need just one line of code:
143+
Jasmine unfortunately has some constraints and requires minimal setup. However, you will need just one line of code:
144144

145145
```typescript
146146
beforeEach(() => {

0 commit comments

Comments
 (0)