> For the complete documentation index, see [llms.txt](https://autoedit.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://autoedit.gitbook.io/documentation/master-1.0.13-1/appendix/testing.md).

# Testing

Using jasmine for testing.

From root of app run

```
npm run test
```

\--> At the moment testing are incomplete, need to define a testing strategy as well as refactor some modules so that they are more easily testable.
