Advanced decorator based testing tool which can replace all unit testings.
npm install @fusionworks/grace-ts


Decorator based unit testing.
grace-ts is an javascript solution for testing large amount of functions without wasting any extra time on that. The logger was designed to be extremely flexible and light; it doesn't require you to deep learn any framework, just give some dummy inputs and outputs which will be compared on build.
It was built for modern browsers using _TypeScript_.
- Handle multiple tests in a row for same functions.
- Allow to declare global configuration file for all tests. ( better space management )
- Test all functions of a class.
To use grace-ts in your project install it via npm:
```
npm i @fusionworks/grace-ts --save-dev
You can test it out by running
- cd demonpm run test`
-