feat(core): add test project generator#69
Merged
AgentEnder merged 3 commits intonx-dotnet:masterfrom Jul 5, 2021
Merged
Conversation
Add a generator that creates test projects for existing apps/libs Fixes #68
Nx Cloud ReportCI ran the following commands for commit d69cb9f. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch Sent with 💌 from NxCloud. |
AgentEnder
requested changes
Jun 28, 2021
Member
AgentEnder
left a comment
There was a problem hiding this comment.
Looks good 😄. Move the one function and this should be able to be merged today.
added 2 commits
June 28, 2021 12:43
Move test project generator and its associated unit tests to separate files
Fix configuration of mock objects to point to the new test generator
|
Kudos, SonarCloud Quality Gate passed!
|
github-actions bot
pushed a commit
that referenced
this pull request
Jul 5, 2021
# [0.14.0](v0.13.0...v0.14.0) (2021-07-05) ### Features * **core:** add test project generator ([#69](#69)) ([7f7084f](7f7084f)) Jul 5, 2021, 4:31 PM
Contributor
|
🎉 This PR is included in version 0.14.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Contributor
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a generator that creates test projects for existing apps/libs
Fixes #68