-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: release packages #114
Conversation
Add TypeDI to enable working with IoC to enable convenient DI
Add 'randexp' to enable generating a random string that matches a given RegExp
Add 'randexp' to enable generating a random string that matches a given RegExp
Add 'randexp' to enable generating a random string that matches a given RegExp
Add RegExp to be part of the possible values in the mock decorator (exact value)
Add method signature for RegExp value
* feat(logger): add initial working module Add basic logger module * chore(logger): add eslint files * chore(logger): add lint scripts
* feat(fixtures): add basic fixtures module, skeleton and basic logic * refactor(fixtures): improve logic, change types/interfaces, add ioc typedi * refactor(fixtures): redesign classes and rearrange files, improve error texts * style(fixtures): functions name changes + adding deps
* refactor(parser): add mock generator and remove analyzer Add MockGenerator Remove ClassAnalyzer moving all the logics into ClassParser BREAKING CHANGE: ClassAnalayzer has been removed and all the logic has been moved to ClassParser * test(parser): add (move) mock generator integration test * chore(parser): config jest and typescript to run integration test * fix(mockingbird-ts): use mock generator differently (singleton) Remove mock generator from mockingbird-ts and import it from @mockinbird/parser instead mock generator acts as a singleton now * refactor(mockingbird-ts): fix mock factory * chore(mockingbird-ts): config jest to collect coverage properly
- @mockinbird/common@2.0.3-rc.0 - @mockinbird/logger@0.0.1-rc.0 - mockingbird-ts@2.1.2-rc.0 - @mockinbird/parser@3.0.2-rc.0 - @mockinbird/reflect@3.0.2-rc.0
ci: refactor pre-release ci (#112)
Codecov Report
@@ Coverage Diff @@
## master #114 +/- ##
==========================================
- Coverage 95.79% 93.90% -1.90%
==========================================
Files 27 17 -10
Lines 476 279 -197
Branches 78 42 -36
==========================================
- Hits 456 262 -194
+ Misses 14 12 -2
+ Partials 6 5 -1
Continue to review full report at Codecov.
|
* chore: change mockinbird to mockingbird namespace scope * refactor: change from mockingbird-ts to mockingbird in test-classes
- @mockingbird/common@2.0.3-rc.1 - @mockingbird/logger@0.0.1-rc.1 - mockingbird@2.1.2-rc.2 - @mockingbird/parser@3.0.2-rc.1 - @mockingbird/reflect@3.0.2-rc.1
* chore: replace everything from mockingbird-ts to mockingbird * chore: replace everything from mockingbird-ts to mockingbird #2
- @mockingbird/common@2.0.3-rc.2 - mockingbird@2.1.2-rc.3 - @mockingbird/parser@3.0.2-rc.2 - @mockingbird/reflect@3.0.2-rc.2
- @mockingbird/common@2.0.3-rc.3 - mockingbird@2.1.2-rc.4 - @mockingbird/parser@3.0.2-rc.3 - @mockingbird/reflect@3.0.2-rc.3
- @mockingbird/common@2.0.3 - @mockingbird/logger@0.0.1 - mockingbird@2.1.2 - @mockingbird/parser@3.0.2 - @mockingbird/reflect@3.0.2
No description provided.