This repository was archived by the owner on May 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
This guideline describes how to set up a testing stack for front-end projects.
17
17
It's hard to define a (check)list of libraries, that should be used at every project.
18
18
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 .
20
20
The tooling below is based on a project we worked on recently.
21
21
22
22
## Karma
@@ -31,7 +31,7 @@ The tooling below is based on a project we worked on recently.
31
31
* [ Karma on GitHub] ( https://github.com/karma-runner/karma )
32
32
33
33
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 ) .
35
35
```
36
36
files: [
37
37
'test/test-main.js',
You can’t perform that action at this time.
0 commit comments