-
Notifications
You must be signed in to change notification settings - Fork 726
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
Adds basic testing and fixes includes with more than one argument #692
Conversation
Yes yes yes to tests! I'll check out the layout tomorrow but I'd be excited to get this merged. |
yess!! awesome @rebelzach |
@rebelzach I'd somehow combine |
@mikemorris You may have to run |
@rebelzach Ran |
Oops, I missed that that |
@rebelzach Oops, had a blank file at |
@mikemorris I'm wondering if test mocks should just live next the the test. Here is the structure I'm looking at
|
@rebelzach That looks like a pretty solid structure to me. |
All right I think its ready to go. I also added source map output for |
@rebelzach Sounds great! |
Adds basic testing and fixes includes with more than one argument. Generates source maps for prose.js and test/index.js
npm test
"out of the box"Let me know how the directory structure for
/test/
looks, wasn't sure of the best way to lay it out.I'll probably merge this soon just to get the include bug fixed.