Skip to content
This repository has been 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
wants to merge 1 commit into from

Conversation

juliemr
Copy link
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.
import './test-env-setup';

// List all tests here:
import './common/microtasks.spec';
Copy link
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
Contributor

mhevery commented Apr 12, 2016

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

@juliemr
Copy link
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