-
Notifications
You must be signed in to change notification settings - Fork 23
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
update typescript skeleton #30
Conversation
- Failing test by default - `./script/setup` to install things - `./script/test` to run tests
|
||
set -e | ||
|
||
yarn test --watch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I tried this from scratch I got --watch is not supported without git/hg
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Strange, a fresh clone and this seems fine for me – it looks like jest
needs a git context, but I can't see how this wouldn't already be present
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was doing it on Linux in a Chromebook so it was probably something unusual about my setup. Happy to let this go through and we can adjust if anyone hits it IRL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy to let this go through and we can adjust if anyone hits it IRL
👍I've a TS interview on Monday which will provide another data point.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy for me to merge this this morning? Got an interview at 12 today 😬 .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep merge away
Approved to unblock, we can correct later if necessary. |
./script/setup
to install things./script/test
to run tests