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

test: migrate config file to TypeScript #248

Merged
merged 3 commits into from
Oct 30, 2020
Merged

Conversation

nogic1008
Copy link
Contributor

Jest supports jest.config.ts configuration file since v26.6.0.
This PR migrates jest.config.js file to TypeScript, and make this repository all pure TypeScript!

Ref

@nogic1008 nogic1008 added the development 🚀 Area development (testing, deploy...) label Oct 30, 2020
@commit-lint
Copy link

commit-lint bot commented Oct 30, 2020

Tests

  • migrate config file to TypeScript (aa3a48f)

Chore

Build System

  • exclude jest.config.ts file from build (45e0e95)

Contributors

@nogic1008

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@codecov
Copy link

codecov bot commented Oct 30, 2020

Codecov Report

Merging #248 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #248   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           43        43           
  Branches         6         6           
=========================================
  Hits            43        43           

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 bb45104...45e0e95. Read the comment docs.

@nogic1008 nogic1008 merged commit 908987b into master Oct 30, 2020
@nogic1008 nogic1008 deleted the testing/config-ts branch October 30, 2020 01:39
@nogic1008 nogic1008 added this to the v1.0.4 milestone May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development 🚀 Area development (testing, deploy...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant