Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.

Commit 80a5001

Browse files
committed
Merge pull request #1 from hkrutzer/add-unit_test
Change two sentences
2 parents a37ef54 + 046c66b commit 80a5001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

instructions/karma.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
This guideline describes how to set up a testing stack for front-end projects.
1717
It's hard to define a (check)list of libraries, that should be used at every project.
1818
This is because libraries are changing every day.
19-
Besides that, projects are not always the same, so sometimes a different specific testsuite fits the project.
19+
Besides that, projects are not always the same, so sometimes a different set of tools fit the project better.
2020
The tooling below is based on a project we worked on recently.
2121

2222
## Karma
@@ -31,7 +31,7 @@ The tooling below is based on a project we worked on recently.
3131
* [Karma on GitHub](https://github.com/karma-runner/karma)
3232

3333
You can start quickly with [Karma](http://karma-runner.github.io/) by running (after the installation) `$ karma init `.
34-
Below are some useful default when developing a project in [digitpaint/roger](https://github.com/DigitPaint/roger).
34+
Below are some useful defaults when developing a project in [digitpaint/roger](https://github.com/DigitPaint/roger).
3535
```
3636
files: [
3737
'test/test-main.js',

0 commit comments

Comments
 (0)