-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
add an editorconfig and a testing workflow #33
Conversation
}, | ||
"scripts": { | ||
"test": "npm run test:flow && npm run test:unit && npm run test:ts", | ||
"test": "yarn test:flow && yarn test:unit", |
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.
Currently the flow-tests include this really old TS-version which makes the CI fail on test:ts
, should we just remove flow?
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.
+1 for removing flow. I don't think anyone uses that anymore outside of FB 😬
No description provided.