Skip to content

Commit 662dddf

Browse files
authored
refactor: Replaced Jest with Vitest (#602)
1 parent 8426765 commit 662dddf

11 files changed

+2706
-5266
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,16 @@ Using this template, you can build **standalone apps**, **libraries** and/or **C
66

77
## Features
88

9-
1. **Automatic changelog generation** powered by [generate-changelog](https://github.com/lob/generate-changelog)
9+
1. **Changelog generation** powered by [generate-changelog](https://github.com/lob/generate-changelog)
1010
1. **Automatic code & config formatting** powered by [Lefthook](https://github.com/evilmartians/lefthook)
1111
1. **Automatic dependency updates** powered by [Dependabot](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates)
12-
1. **Code coverage reports** powered by [Codecov](https://about.codecov.io/)
1312
1. **Config formatting** powered by [Prettier](https://prettier.io/)
14-
1. **Continuous integration pipeline** powered by [GitHub Actions workflows](https://docs.github.com/en/actions/using-workflows)
15-
1. **Cross-platform compatibility** powered by [cross-env](https://github.com/kentcdodds/cross-env)
13+
1. **Code linting** powered by [ESLint](https://eslint.org/)
14+
1. **Continuous integration** powered by [GitHub Actions workflows](https://docs.github.com/en/actions/using-workflows)
1615
1. **Dependency management** powered by [npm](https://www.npmjs.com/)
17-
1. **Distribution pipeline** powered by [npm](https://www.npmjs.com/)
18-
1. **Static code analysis** powered by [ESLint](https://eslint.org/)
19-
1. **Testing & code coverage** powered by [Jest](https://jestjs.io/)
16+
1. **Unit testing** powered by [Vitest](https://vitest.dev/)
17+
1. **Code coverage** powered by [v8](https://v8.dev/blog/javascript-code-coverage)
18+
1. **Code coverage reports** powered by [Codecov](https://about.codecov.io/)
2019
1. **Type checking** powered by [TypeScript](https://www.typescriptlang.org/)
2120
1. **Streamlined scripts** powered by [Conventional Scripts](https://conventionalscripts.org/)
2221

jest.config.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)