Skip to content
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

continuous testing #4

Closed
tomwayson opened this issue May 1, 2017 · 2 comments
Closed

continuous testing #4

tomwayson opened this issue May 1, 2017 · 2 comments

Comments

@tomwayson
Copy link
Member

tomwayson commented May 1, 2017

the current tests:

  • execute in node on the bundled output
  • have to be manually re-run after changes to the code

I'd like to set up the tests to run whenever the code changes and to run on non-bundled output (i.e. something that would actually be used in a node app). I'm thinking something along the lines of what is discussed here: rollup/rollup#657 (comment)

@r00b
Copy link
Contributor

r00b commented Aug 16, 2019

@tomwayson I think this can be closed?

@tomwayson
Copy link
Member Author

yep

"start": "npm run build && concurrently \"watch 'npm run build' lib\" \"mocha -w\"",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants