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: add support for jest 27 #13

Merged
merged 1 commit into from
Jun 2, 2021
Merged

feat: add support for jest 27 #13

merged 1 commit into from
Jun 2, 2021

Conversation

DylanPiercey
Copy link
Collaborator

Description

  • Adds support for jest 27
  • Switches to use esbuild to generate dist and esbuild-jest for testing
  • Switch from tslint to eslint
  • Upgrades all deps.
  • Much more upgrades and cleanup

BREAKING CHANGE: drop support for using @marko/jest as a preset which was deprecated (use @marko/preset/browser or @marko/preset/node)

BREAKING CHANGE: drop support node 12

Checklist:

  • I have updated/added documentation affected by my changes.
  • I have added tests to cover my changes.

@DylanPiercey DylanPiercey force-pushed the modernize branch 4 times, most recently from 9ea5317 to 4716123 Compare June 2, 2021 16:56
@codecov
Copy link

codecov bot commented Jun 2, 2021

Codecov Report

❗ No coverage uploaded for pull request base (main@5cf6313). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             main       #13   +/-   ##
========================================
  Coverage        ?   100.00%           
========================================
  Files           ?         4           
  Lines           ?         9           
  Branches        ?         0           
========================================
  Hits            ?         9           
  Misses          ?         0           
  Partials        ?         0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5cf6313...44f1213. Read the comment docs.

* Switches to use esbuild to generate dist and esbuild-jest for testing
* Switch from tslint to eslint
* Upgrades all deps.
* Many more.

BREAKING CHANGE: drop support for using @marko/jest as a preset which was deprecated (use @marko/preset/browser or @marko/preset/node)
BREAKING CHANGE: drop support node 12
@DylanPiercey DylanPiercey merged commit 24130fe into main Jun 2, 2021
@DylanPiercey DylanPiercey deleted the modernize branch June 2, 2021 17: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.

1 participant