25 open-source projects similar to avajs/atom-ava, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.
`sh $ git clone https://github.com/ahmedelgabri/vim-ava-snippets.git ~/.vim/UltiSnips/ `
This utility configures AVA to transform JSX with pragma required for Preact (h) and adds support for importing project files using Babel with existing configuration. It also installs AVA, in case it's missing.
Please consider if you really need Grunt for this. Using a npm run script would be better.
acquire a fresh docker database container attached to your ava test context
a redux middleware to automatically generate tests for reducers through ui interaction
Bring the power of property based testing framework fast-check into AVA. ava-fast-check simplifies the integration of fast-check into AVA testing framework.
This project is a static analysis engine designed to identify patterns, enforce coding standards, and automate code quality improvements in software projects. By parsing source code into structured abstract syntax trees, it enables deep programmatic inspection and the automated remediation of identified programming issues. The engine functions as a pluggable linting framework, allowing developers to extend its core capabilities through a modular architecture. Users can inject custom rules, parsers, and processors to support non-standard file formats or domain-specific logic. This extensibilit
jscodeshift is a JavaScript AST transformation toolkit and codemod engine designed for large-scale code refactoring and structural migrations. It provides a set of utilities to parse source code into abstract syntax trees, programmatically modify those trees, and convert them back into source text. The tool distinguishes itself by preserving original source formatting and stylistic properties during the transformation process. It utilizes a builder for generating structurally valid AST nodes and integrates interchangeable parsing engines to support different language standards and experimenta
Allows you to run ESLint's RuleTester with AVA while still getting the nice report it provides by default.
` $ npm install --save jscodeshift-ava-tester `
ava-postgres is a test fixture for AVA that provides you with nearly-instant access to a fresh Postgres database for every test.
AVA has a really cool feature called shared workers.
This library helps you to write fixture tests: test-per-folder or test-per-file.