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

Remove TypeScript tests #154

Merged
merged 1 commit into from
May 13, 2018
Merged

Remove TypeScript tests #154

merged 1 commit into from
May 13, 2018

Conversation

vweevers
Copy link
Member

Because Level/community#16. And helps with #153.

FYI @MeirionHughes

},
"browser": {
"./immediate.js": "./immediate-browser.js"
},
"scripts": {
"test": "standard && node test.js --stderr | faucet && npm run test-ts",
"test-ts": "ts-node --no-cache test.js | faucet",
"test": "standard && node test.js --stderr | faucet",
Copy link
Member

Choose a reason for hiding this comment

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

Come to think of it, what does --stderr argument imply here?

Copy link
Member Author

Choose a reason for hiding this comment

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

I have no idea.. Wondered that myself

Copy link
Member Author

Choose a reason for hiding this comment

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

=> #155

@vweevers vweevers merged commit db6cc19 into master May 13, 2018
@vweevers vweevers deleted the remove-ts-tests branch May 13, 2018 17:58
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

Successfully merging this pull request may close these issues.

2 participants