Description
When you run tests without coverage on Node@10, 8 tests for the tenant auditlog report fail.
Steps to reproduce
- Use Node@14
- Build project
npm run build
- Switch to Node@10
- Run tests without coverage
./node_modules/.bin/mocha "dist/**/*.spec.js"
Expected result
All tests pass
Actual result
8 tests fail
Environment
[email protected]
[email protected] latest
Description
When you run tests without coverage on Node@10, 8 tests for the
tenant auditlog reportfail.Steps to reproduce
npm run build./node_modules/.bin/mocha "dist/**/*.spec.js"Expected result
All tests pass
Actual result
8 tests fail
Environment
[email protected]
[email protected] latest