Skip to content

Commit 4011ce5

Browse files
authored
Update README.md
1 parent e0d1cc7 commit 4011ce5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,7 @@ logger.log('Hello world')(); // pay attention to () in the end.
351351

352352
#### [cypress](https://docs.cypress.io/guides/getting-started/writing-your-first-test.html#Add-a-test-file)
353353

354-
A testing framework that allows running test-cases directly in chrome (alternative to Selenium, that runs it on server)
355-
That part you've already seen on mocha above can be appended with cypress assertions and helpers:
354+
A testing framework that allows running test-cases directly in chrome (alternative to Selenium, that runs it on server) That part you've already seen on mocha above can be appended with cypress assertions and helpers:
356355

357356
```typescript
358357
it("should contain 5 elements", (): void => {

0 commit comments

Comments
 (0)