-
Notifications
You must be signed in to change notification settings - Fork 17
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
add a "test" mode #30
Closed
Closed
Commits on May 27, 2021
-
this mode works differently from dev in that it creates a merged package.json file, so we have both the dependencies of the template and of the app available in case of overlapping keys the values from the app are preferred over those from the template. This is typically a requirement to successfully run tests. Merging is done using jq's multiply function and probably has some limitations I'm currently not aware of. So far it seems to be working.
Configuration menu - View commit details
-
Copy full SHA for 2bf39c4 - Browse repository at this point
Copy the full SHA 2bf39c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bd7487 - Browse repository at this point
Copy the full SHA 3bd7487View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3427bcb - Browse repository at this point
Copy the full SHA 3427bcbView commit details
Commits on May 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 56aa730 - Browse repository at this point
Copy the full SHA 56aa730View commit details
Commits on Jun 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6c3b75a - Browse repository at this point
Copy the full SHA 6c3b75aView commit details
Commits on Jun 3, 2021
-
force mocha to exit when it thinks its done
since v4 To avoid false positives and encourage better testing practices, Mocha will no longer automatically kill itself via process.exit() when it thinks it should be done running. While probably somewhat desirable behaviour during development, this is definitely not wanted in a ci setting. for now forcing the old behaviour to exit. this should probably be a flag though see https://boneskull.com/mocha-v4-nears-release/#mochawontforceexit
Configuration menu - View commit details
-
Copy full SHA for eb57c4e - Browse repository at this point
Copy the full SHA eb57c4eView commit details -
Merge branch 'feature-support-tests' of github.com:nvdk/mu-javascript…
…-template into feature-support-tests
Configuration menu - View commit details
-
Copy full SHA for 299031e - Browse repository at this point
Copy the full SHA 299031eView commit details
Commits on Jul 8, 2021
-
Add openssh to support dependencies from git repositories
This was originally added in 525879a
Configuration menu - View commit details
-
Copy full SHA for 3aae95b - Browse repository at this point
Copy the full SHA 3aae95bView commit details
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.