<!-- Requirements: please go through this checklist before opening a new issue --> - [x] Review the documentation: https://github.com/tophat-cloud/cumulus/wiki - [x] Search for existing issues: https://github.com/tophat-cloud/cumulus/issues - [x] Use the latest release: https://github.com/tophat-cloud/cumulus/releases - [ ] Provide a link to the affected event from your Cumulus account ## Type + Version - [ ] `xss` - [ ] `sqlinjection` - [ ] `core` - [x] other: ### Version: ``` 0.0.2 ``` ## Description Current command is not working. ``` ... "test": "jest ./test/*.js", ... ``` It should be ``` ... "test": "jest test/*.js", ... ```
Type + Version
xsssqlinjectioncoreVersion:
Description
Current command is not working.
It should be