Fix dependabot issues
This commit is contained in:
parent
c89d9bd8b0
commit
531c6ba7c8
705 changed files with 53406 additions and 20466 deletions
18
node_modules/ava/readme.md
generated
vendored
18
node_modules/ava/readme.md
generated
vendored
|
|
@ -1,9 +1,6 @@
|
|||
# <img src="media/header.png" title="AVA" alt="AVA logo" width="530">
|
||||
|
||||
[](https://travis-ci.org/avajs/ava) [](https://codecov.io/gh/avajs/ava/branch/master) [](https://github.com/xojs/xo) [](https://spectrum.chat/ava)
|
||||
[](https://github.com/sindresorhus/awesome-nodejs)
|
||||
|
||||
Testing can be a drag. AVA helps you get it done. AVA is a test runner for Node.js with a concise API, detailed error output, embrace of new language features and process isolation that let you write tests more effectively. So you can ship more awesome code. 🚀
|
||||
AVA is a test runner for Node.js with a concise API, detailed error output, embrace of new language features and process isolation that lets you develop with confidence 🚀
|
||||
|
||||
Follow the [AVA Twitter account](https://twitter.com/ava__js) for updates.
|
||||
|
||||
|
|
@ -143,6 +140,7 @@ We have a growing list of [common pitfalls](docs/08-common-pitfalls.md) you may
|
|||
|
||||
### Recipes
|
||||
|
||||
- [Shared workers](docs/recipes/shared-workers.md)
|
||||
- [Test setup](docs/recipes/test-setup.md)
|
||||
- [Code coverage](docs/recipes/code-coverage.md)
|
||||
- [Watch mode](docs/recipes/watch-mode.md)
|
||||
|
|
@ -187,9 +185,7 @@ It's the [Andromeda galaxy](https://simple.wikipedia.org/wiki/Andromeda_galaxy).
|
|||
|
||||
## Support
|
||||
|
||||
- [Stack Overflow](https://stackoverflow.com/questions/tagged/ava)
|
||||
- [Spectrum](https://spectrum.chat/ava)
|
||||
- [Twitter](https://twitter.com/ava__js)
|
||||
- [GitHub Discussions](https://github.com/avajs/ava/discussions)
|
||||
|
||||
## Related
|
||||
|
||||
|
|
@ -205,15 +201,14 @@ It's the [Andromeda galaxy](https://simple.wikipedia.org/wiki/Andromeda_galaxy).
|
|||
|
||||
- [AVA stickers, t-shirts, etc](https://www.redbubble.com/people/sindresorhus/works/30330590-ava-logo)
|
||||
- [Awesome list](https://github.com/avajs/awesome-ava)
|
||||
- [AVA Casts](http://avacasts.com)
|
||||
- [Do you like AVA? Donate here!](https://opencollective.com/ava)
|
||||
- [More…](https://github.com/avajs/awesome-ava)
|
||||
|
||||
## Team
|
||||
|
||||
[](https://github.com/novemberborn) | [](https://github.com/sindresorhus) | [](https://github.com/vadimdemedes)
|
||||
---|---|---
|
||||
[Mark Wubben](https://novemberborn.net) | [Sindre Sorhus](https://sindresorhus.com) | [Vadim Demedes](https://github.com/vadimdemedes)
|
||||
[](https://github.com/novemberborn) | [](https://github.com/sindresorhus)
|
||||
---|---
|
||||
[Mark Wubben](https://novemberborn.net) | [Sindre Sorhus](https://sindresorhus.com)
|
||||
|
||||
###### Former
|
||||
|
||||
|
|
@ -221,6 +216,7 @@ It's the [Andromeda galaxy](https://simple.wikipedia.org/wiki/Andromeda_galaxy).
|
|||
- [James Talmage](https://github.com/jamestalmage)
|
||||
- [Juan Soto](https://github.com/sotojuan)
|
||||
- [Jeroen Engels](https://github.com/jfmengels)
|
||||
- [Vadim Demedes](https://github.com/vadimdemedes)
|
||||
|
||||
|
||||
<div align="center">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue