ava - 5.3.1+dfsg+~cs46.3.10-3 main

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 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!
.
Node.js is an event-based server-side JavaScript engine.

Priority: optional
Section: javascript
Suites: crimson dawn landing 
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel [꩜] lists.alioth.debian.org>
 
Homepage Source Package
 

Dependencies

Installed Size: 648.2 kB
Architectures: all 

 

Versions

5.3.1+dfsg+~cs46.3.10-3 all