Skip to content

Commit 188f5a5

Browse files
authored
docs: do not mention DOM Testing Library due to not being used
1 parent 27363db commit 188f5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The purpose of this repository is to leave it with the bare minimum dependencies
1111
- [ESLint](https://eslint.org/) with:
1212
- [Codely's config](https://github.com/lydell/eslint-plugin-simple-import-sort/) (includes ESLint's recommended rules, Prettier, Import plugin and more)
1313
- [Jest plugin](https://www.npmjs.com/package/eslint-plugin-jest)
14-
- [Jest](https://jestjs.io) with [DOM Testing Library](https://testing-library.com/docs/dom-testing-library/intro)
14+
- [Jest](https://jestjs.io)
1515
- [GitHub Action workflows](https://github.com/features/actions) set up to run tests and linting on push
1616
- [SWC](https://swc.rs/): Execute your tests in less than 200ms
1717

0 commit comments

Comments
 (0)