Package: ava (5.3.1+dfsg+~cs46.3.10-3)
Links for ava
Debian Resources:
Download Source Package node-ava:
- [node-ava_5.3.1+dfsg+~cs46.3.10-3.dsc]
- [node-ava_5.3.1+dfsg+~cs46.3.10.orig-arrgv.tar.xz]
- [node-ava_5.3.1+dfsg+~cs46.3.10.orig-ava-typescript.tar.xz]
- [node-ava_5.3.1+dfsg+~cs46.3.10.orig-chunkd.tar.xz]
- [node-ava_5.3.1+dfsg+~cs46.3.10.orig-ci-parallel-vars.tar.xz]
- [node-ava_5.3.1+dfsg+~cs46.3.10.orig-code-excerpt.tar.xz]
- [node-ava_5.3.1+dfsg+~cs46.3.10.orig-common-path-prefix.tar.xz]
- [node-ava_5.3.1+dfsg+~cs46.3.10.orig-convert-to-spaces.tar.xz]
- [node-ava_5.3.1+dfsg+~cs46.3.10.orig-is-error.tar.xz]
- [node-ava_5.3.1+dfsg+~cs46.3.10.orig-p-event.tar.xz]
- [node-ava_5.3.1+dfsg+~cs46.3.10.orig-pkg-conf.tar.xz]
- [node-ava_5.3.1+dfsg+~cs46.3.10.orig-serialize-error.tar.xz]
- [node-ava_5.3.1+dfsg+~cs46.3.10.orig-supertap.tar.xz]
- [node-ava_5.3.1+dfsg+~cs46.3.10.orig-temp-dir.tar.xz]
- [node-ava_5.3.1+dfsg+~cs46.3.10.orig.tar.xz]
- [node-ava_5.3.1+dfsg+~cs46.3.10-3.debian.tar.xz]
Maintainers:
External Resources:
- Homepage [ava.li]
Similar packages:
Futuristic test runner 🚀
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.
Other Packages Related to ava
|
|
|
|
-
- dep: node-acorn
- ECMAScript parser for Node.js
-
- dep: node-ansi-styles
- ANSI escape codes for styling strings in the terminal with Node.js
-
- dep: node-arrify
- Convert a value to an array
-
- dep: node-cbor
- Node.js modules to encode and parse data in CBOR data format
-
- dep: node-chalk (>= 5)
- Terminal string styling for Node.js
-
- dep: node-chokidar
- wrapper around watch / watchFile / fsevents
-
- dep: node-ci-info
- Get details about the current Continuous Integration environment
-
- dep: node-clean-yaml-object
- safe clean of an object prior to serialization
-
- dep: node-cli-truncate
- Truncate a string to a specific width in the terminal
-
- dep: node-cliui (>= 7.0.4+repack+~cs3.1.0-3~)
- easily create complex multi-column CLIs
-
- dep: node-concordance
- Node.js library to compare, format, diff and serialize any JavaScript value
-
- dep: node-currently-unhandled
- track the list of currently unhandled promise rejections
-
- dep: node-debug
- small debugging utility for Node.js
-
- dep: node-del (>= 7)
- Delete files and folders
-
- dep: node-emittery
- Nodejs simple and modern async event emitter
-
- dep: node-escape-string-regexp
- Escape RegExp special characters in Node.js
-
- dep: node-execa
- better `child_process`
-
- dep: node-find-up (>= 6)
- Find a file by walking up parent directories
-
- dep: node-globby
- Extends glob with promise API
-
- dep: node-ignore-by-default
- List of directories you should ignore by default
-
- dep: node-indent-string
- Indent each line in a string
-
- dep: node-inquirer
- embeddable command line interface for Node.js
-
- dep: node-is-plain-object
- Returns true if object was created by `Object` constructor
-
- dep: node-is-promise
- Test whether an object looks like a promises-a+ promise
-
- dep: node-js-yaml
- YAML 1.2 parser and serializer
-
- dep: node-load-json-file (>= 7)
- read and parse a JSON file
-
- dep: node-matcher
- Simple wildcard matching
-
- dep: node-mem
- Memoize functions
-
- dep: node-ms
- milliseconds conversion utility - Node.js module
-
- dep: node-p-map
- Map over promises concurrently
-
- dep: node-p-timeout
- Timeout a promise after a specified amount of time
-
- dep: node-picomatch
- Package not available
-
- dep: node-plur
- Pluralize a word
-
- dep: node-pretty-ms
- Convert milliseconds to a human readable string
-
- dep: node-read-pkg
- Read a package.json file
-
- dep: node-resolve-cwd
- Resolve the path of a module from current directory
-
- dep: node-resolve-from
- Resolve the path of a module from a given path
-
- dep: node-slash
- Node.js library to convert Windows backslash paths to slash paths
-
- dep: node-stack-utils
- Captures and cleans stack traces
-
- dep: node-strip-ansi
- Strip ANSI escape codes
-
- dep: node-write-file-atomic
- Write files in an atomic fashion w/configurable ownership
-
- dep: node-yargs
- command line parser for nodejs
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable
Download ava
Architecture | Package Size | Installed Size | Files |
---|---|---|---|
all | 138.4 kB | 633.0 kB | [list of files] |