Node.js
AVA Test Runner: Concurrent Tests and Minimal Configuration
AVA is a Node.js test runner that runs tests concurrently by default. Each test file runs in its own process, which means no shared state between test files and faster feedback when you have many test files. Installing AVA npm install --save-dev ava Copy Configure in package.json: