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

add an editorconfig and a testing workflow #33

Merged
merged 12 commits into from
Jul 13, 2021
Merged

add an editorconfig and a testing workflow #33

merged 12 commits into from
Jul 13, 2021

Conversation

JoviDeCroock
Copy link
Member

No description provided.

},
"scripts": {
"test": "npm run test:flow && npm run test:unit && npm run test:ts",
"test": "yarn test:flow && yarn test:unit",
Copy link
Member Author

@JoviDeCroock JoviDeCroock Jul 13, 2021

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?

Copy link
Member

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 😬

@JoviDeCroock JoviDeCroock merged commit 1701b8d into master Jul 13, 2021
@JoviDeCroock JoviDeCroock deleted the workflows branch July 13, 2021 21:12
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