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

feat(testing-karma): added base karma test configs #58

Merged
merged 3 commits into from
Nov 26, 2018

Conversation

LarsDenBakker
Copy link
Member

Depends on #57

Adds karma config presets to run karma tests with web components. The regular test config runs on all modern browsers (latest chrome, firefox, safari). For older browsers and browsers that don't support web components, the es5 config should be used.

This significantly speeds up testing, as you're not compiling everything to es5 and loading polyfills all the time.

For these kinds of projects, I really like a README.md as it's the best accessible for developers. It feels like the current setup of the docs is a bit disconnected and/or not immediately obvious where to find. What do you think about adding brief examples in the readme?

@daKmoR daKmoR force-pushed the feat/update-karma-helpers branch 3 times, most recently from 1b2fc98 to d69e521 Compare November 26, 2018 18:37
@daKmoR daKmoR merged commit 5edc46c into master Nov 26, 2018
@daKmoR daKmoR deleted the feat/update-karma-helpers branch December 12, 2018 20:01
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.

None yet

2 participants