mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-16 11:16:20 +00:00
32 lines
964 B
Markdown
32 lines
964 B
Markdown
---
|
|
'@openstapps/projectmanagement': minor
|
|
'@openstapps/prettier-config': minor
|
|
'@openstapps/es-mapping-generator': minor
|
|
'@openstapps/backend-config': minor
|
|
'@openstapps/eslint-config': minor
|
|
'@openstapps/minimal-connector': minor
|
|
'@openstapps/collection-utils': minor
|
|
'@openstapps/minimal-plugin': minor
|
|
'@openstapps/tsconfig': minor
|
|
'@openstapps/api-plugin': minor
|
|
'@openstapps/core-tools': minor
|
|
'@openstapps/gitlab-api': minor
|
|
'@openstapps/easy-ast': minor
|
|
'@openstapps/api-cli': minor
|
|
'@openstapps/backend': minor
|
|
'@openstapps/logger': minor
|
|
'@openstapps/proxy': minor
|
|
'@openstapps/core': minor
|
|
'@openstapps/app': minor
|
|
'@openstapps/api': minor
|
|
---
|
|
|
|
Migrate tests to C8/Chai/Mocha
|
|
|
|
- `@testdeck` OOP testing has been removed.
|
|
- Tests have been unified
|
|
- CommonJS module mocking has been replaced through
|
|
refactoring of tests, as ES Modules cannot be mocked
|
|
(do yourself a favor and don't try to mock them)
|
|
- C8 now replaces NYC as a native coverage tool
|