Remove Karma scripts and docs

This commit is contained in:
Tobias Skarhed
2018-08-14 09:28:08 +02:00
parent 8dbc75ceea
commit e696dc4d5f
6 changed files with 10 additions and 50 deletions
+3 -5
View File
@@ -90,14 +90,12 @@ You'll also need to run `npm run watch` to watch for changes to the front-end (t
- You can run backend Golang tests using "go test ./pkg/...".
- Execute all frontend tests with "npm run test"
Writing & watching frontend tests (we have two test runners)
Writing & watching frontend tests
- jest for all new tests that do not require browser context (React+more)
- Start watcher: `npm run jest`
- Jest will run all test files that end with the name ".jest.ts"
- karma + mocha is used for testing angularjs components. We do want to migrate these test to jest over time (if possible).
- Start watcher: `npm run karma`
- Karma+Mocha runs all files that end with the name "_specs.ts".
- Jest will run all test files that end with the name ".test.ts"
## Creating optimized release packages