Skip to content
This repository was archived by the owner on Aug 2, 2024. It is now read-only.

Commit 3c6d15a

Browse files
CodesOfRaChristianKienle
authored andcommitted
fix: config jest for unit testing (#169)
fix: config jest for unit testing
1 parent aa44363 commit 3c6d15a

File tree

7 files changed

+1922
-3193
lines changed

7 files changed

+1922
-3193
lines changed

TESTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Testing
22

3-
Fundamental Vue is tested using [Chai](https://www.chaijs.com/), [Mocha](https://mochajs.org/) and [Vue Test Utils](https://github.com/vuejs/vue-test-utils).
3+
Fundamental Vue is tested using [Chai](https://www.chaijs.com/), [Jest](https://jestjs.io/) and [Vue Test Utils](https://github.com/vuejs/vue-test-utils).
44

55
## Executing Tests
66

@@ -16,7 +16,7 @@ By running
1616
yarn test:watch
1717
```
1818

19-
you make [Mocha](https://mochajs.org/) continuously execute tests. This is great when you prefer test driven development.
19+
you make [Jest](https://jestjs.io/) continuously execute tests. This is great when you prefer test driven development.
2020

2121
## Writing a new Test
2222

0 commit comments

Comments
 (0)