Skip to content

Commit

Permalink
Reformat dependencies.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Mar 4, 2024
1 parent 97d2f88 commit beb1e95
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions pages/developers/dependencies.md
Expand Up @@ -4,17 +4,20 @@ title: Dependencies
parent: Developers
---

# Dependencies

| Package | Type | Usage |
|:------------------------------------|:-----|:---------------------------------------------------------|
| `karma` | Dev | Testrunner for unit and functional tests |
| `karma-chai` | Dev | Use asserts like "expect" from the chai library |
| `karma-chrome-launcher` | Dev | Launches Chrome for unit and functional tests |
| `karma-coverage` | Dev | Creates coverage report for unit tests |
| `karma-firefox-launcher` | Dev | Launches Firefox for unit and functional tests |
| `karma-htmlfile-reporter` | Dev | Creates an HTML test report for functional tests |
| `karma-junit-reporter` | Dev | Creates a JUnit test report for unit and functional test |
| `karma-mocha` | Dev | Testframework for unit and functional tests |
| `karma-mocha-reporter` | Dev | Mocha like test output for unit tests |
| `karma-webpack` | Dev | Webpack bundler for Karma testcases. |
## Dependencies

## Dev Dependencies

| Package | Usage |
|:------------------------------------|:---------------------------------------------------------|
| `karma` | Testrunner for unit and functional tests |
| `karma-chai` | Use asserts like "expect" from the chai library |
| `karma-chrome-launcher` | Launches Chrome for unit and functional tests |
| `karma-coverage` | Creates coverage report for unit tests |
| `karma-firefox-launcher` | Launches Firefox for unit and functional tests |
| `karma-htmlfile-reporter` | Creates an HTML test report for functional tests |
| `karma-junit-reporter` | Creates a JUnit test report for unit and functional test |
| `karma-mocha` | Testframework for unit and functional tests |
| `karma-mocha-reporter` | Mocha like test output for unit tests |
| `karma-webpack` | Webpack bundler for Karma testcases. |

0 comments on commit beb1e95

Please sign in to comment.