Skip to content

Commit c833d55

Browse files
authored
Move to Spectrum
1 parent 565a37c commit c833d55

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/issue_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- We realize there is a lot of data requested here. We ask only that you do your best to provide as much information as possible so we can better help you.
66
- Read the [contributing guidelines](https://github.com/avajs/ava/blob/master/contributing.md).
77
- Support questions are better asked in one of the following locations:
8-
- [Our chat](https://gitter.im/avajs/ava)
8+
- [Our chat](https://spectrum.chat/ava)
99
- [Stack Overflow](https://stackoverflow.com/questions/tagged/ava)
1010
- Ensure the issue isn't already reported.
1111
- Should be reproducible with the latest AVA version.

contributing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ If you're updating dependencies, please make sure you use [email protected] and commit t
4444

4545
### Hang out in our chat
4646

47-
We have a [chat](https://gitter.im/avajs/ava). Jump in there and lurk, talk to us, and help others.
47+
We have a [chat](https://spectrum.chat/ava). Jump in there and lurk, talk to us, and help others.
4848

4949
## Submitting an issue
5050

51-
- The issue tracker is for issues. Use our [chat](https://gitter.im/avajs/ava) or [Stack Overflow](https://stackoverflow.com/questions/tagged/ava) for support.
51+
- The issue tracker is for issues. Use our [chat](https://spectrum.chat/ava) or [Stack Overflow](https://stackoverflow.com/questions/tagged/ava) for support.
5252
- Search the issue tracker before opening an issue.
5353
- Ensure you're using the latest version of AVA.
5454
- Use a clear and descriptive title.

readme.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
> Futuristic test runner
44
5-
[![Build Status: Linux](https://travis-ci.org/avajs/ava.svg?branch=master)](https://travis-ci.org/avajs/ava) [![Build status: Windows](https://ci.appveyor.com/api/projects/status/e7v91mu2m5x48ehx/branch/master?svg=true)](https://ci.appveyor.com/project/ava/ava/branch/master) [![Coverage Status](https://coveralls.io/repos/github/avajs/ava/badge.svg?branch=master)](https://coveralls.io/github/avajs/ava?branch=master) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo) [![Gitter](https://badges.gitter.im/join_chat.svg)](https://gitter.im/avajs/ava) [![Mentioned in Awesome Node.js](https://awesome.re/mentioned-badge.svg)](https://github.com/sindresorhus/awesome-nodejs)
5+
[![Build Status: Linux](https://travis-ci.org/avajs/ava.svg?branch=master)](https://travis-ci.org/avajs/ava) [![Build status: Windows](https://ci.appveyor.com/api/projects/status/e7v91mu2m5x48ehx/branch/master?svg=true)](https://ci.appveyor.com/project/ava/ava/branch/master) [![Coverage Status](https://coveralls.io/repos/github/avajs/ava/badge.svg?branch=master)](https://coveralls.io/github/avajs/ava?branch=master) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo) [![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/ava)
6+
[![Mentioned in Awesome Node.js](https://awesome.re/mentioned-badge.svg)](https://github.com/sindresorhus/awesome-nodejs)
67

78
Even though JavaScript is single-threaded, IO in Node.js can happen in parallel due to its async nature. AVA takes advantage of this and runs your tests concurrently, which is especially beneficial for IO heavy tests. In addition, test files are run in parallel as separate processes, giving you even better performance and an isolated environment for each test file. [Switching](https://github.com/sindresorhus/pageres/commit/663be15acb3dd2eb0f71b1956ef28c2cd3fdeed0) from Mocha to AVA in Pageres brought the test time down from 31 to 11 seconds. Having tests run concurrently forces you to write atomic tests, meaning tests don't depend on global state or the state of other tests, which is a great thing!
89

@@ -1176,7 +1177,7 @@ It's the [Andromeda galaxy](https://simple.wikipedia.org/wiki/Andromeda_galaxy).
11761177
## Support
11771178

11781179
- [Stack Overflow](https://stackoverflow.com/questions/tagged/ava)
1179-
- [Gitter chat](https://gitter.im/avajs/ava)
1180+
- [Spectrum](https://spectrum.chat/ava)
11801181
- [Twitter](https://twitter.com/ava__js)
11811182

11821183
## Related

0 commit comments

Comments
 (0)