diff options
| author | Francesco Borzì <borzifrancesco@gmail.com> | 2020-07-22 21:09:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-22 21:09:32 +0200 |
| commit | ba74f7a83bd66906279726d44fcacdcd0f773ca7 (patch) | |
| tree | a3975782737f48c042fa5b5c68627cb31e35f745 | |
| parent | b93c9d5577b8c748a3c672aa7dab20355a92c22c (diff) | |
| download | wiki-ba74f7a83bd66906279726d44fcacdcd0f773ca7.tar.gz wiki-ba74f7a83bd66906279726d44fcacdcd0f773ca7.tar.bz2 wiki-ba74f7a83bd66906279726d44fcacdcd0f773ca7.zip | |
Update keira3-internals.md
| -rw-r--r-- | docs/keira3-internals.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/keira3-internals.md b/docs/keira3-internals.md index 1620259..71c0084 100644 --- a/docs/keira3-internals.md +++ b/docs/keira3-internals.md @@ -42,7 +42,7 @@ More specifically, we have: - **E2E tests**. We have a tiny set of e2e tests based on [Spectron](https://www.electronjs.org/spectron). For example, to check the sqlite integration. - ### Why automated testing? + ### Why test automation? Because every time you modify your app, you never know if you are breaking any existing functionality unless you manually test everything again and again. |
