Skip to content

Commit c165ca7

Browse files
authored
Update README.md
1 parent e04525b commit c165ca7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

desktop/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ To execute the **unit tests**, run
4646
$ npm test
4747
```
4848

49-
The project is set up to manage the compilation of the sources (test as well as regular sources) independently from Angular. This is due to the fact that we perform Node based tests, since our code runs in an Electron context. This is done on the
50-
basis of `test/tsconfig.json` and `jasmine`. To rebuild the sources for tests continually, you can run `npm run build:test+watch` in one terminal window, and `npm test` in another.
51-
52-
For troubleshooting information see [here](docs/unit-test-troubleshooting.md).
53-
5449
To execute **e2e tests**, run
5550

5651
```

0 commit comments

Comments
 (0)