This repository was archived by the owner on Feb 26, 2024. It is now read-only.
test(node): add task to run a subset of tests on node#321
Closed
juliemr wants to merge 1 commit intoangular:masterfrom
Closed
test(node): add task to run a subset of tests on node#321juliemr wants to merge 1 commit intoangular:masterfrom
juliemr wants to merge 1 commit intoangular:masterfrom
Conversation
`npm run test-node` or `gulp test/node` will now run tests on node.js. These are also run on TravisCI. Clean up gulp build.
| import './test-env-setup'; | ||
|
|
||
| // List all tests here: | ||
| import './common/microtasks.spec'; |
Contributor
There was a problem hiding this comment.
can we share this list with we the browser somehow? That way a test file added to the common would be added to both together?
Contributor
|
LGTM. Could you pull common test into a common file? |
Member
Author
|
Done - merged as 89530fe |
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.
npm run test-nodeorgulp test/nodewill now run testson node.js. These are also run on TravisCI. Clean up gulp
build.