Skip to content
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
juliemr:test-node
Closed

test(node): add task to run a subset of tests on node#321
juliemr wants to merge 1 commit intoangular:masterfrom
juliemr:test-node

Conversation

@juliemr
Copy link
Copy Markdown
Member

@juliemr juliemr commented Apr 12, 2016

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.

`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.
Comment thread test/node_entry_point.ts
import './test-env-setup';

// List all tests here:
import './common/microtasks.spec';
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

@mhevery
Copy link
Copy Markdown
Contributor

mhevery commented Apr 12, 2016

LGTM. Could you pull common test into a common file?

@juliemr
Copy link
Copy Markdown
Member Author

juliemr commented Apr 12, 2016

Done - merged as 89530fe

@juliemr juliemr closed this Apr 12, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants