All Projects → taskrjs → fly-ava

taskrjs / fly-ava

Licence: MIT license
✈️ A plugin for Fly that run ava tests

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to fly-ava

revue
Revue provides a helpful interface for testing Vue components
Stars: ✭ 16 (+23.08%)
Mutual labels:  ava
ava downloader
⏬ Download AVA dataset (A Large-Scale Database for Aesthetic Visual Analysis)
Stars: ✭ 296 (+2176.92%)
Mutual labels:  ava
babel-plugin-detective
Babel plugin that scans the AST for require calls and import statements
Stars: ✭ 26 (+100%)
Mutual labels:  ava
react-facebook-friends
👍Web app to rank, quantify your FaceBook friendship with React
Stars: ✭ 26 (+100%)
Mutual labels:  ava
concourse-fly-resource
A Concourse resource for manipulating fly
Stars: ✭ 16 (+23.08%)
Mutual labels:  fly
gulp-ava
Run AVA tests
Stars: ✭ 56 (+330.77%)
Mutual labels:  ava
Alphaction
Spatio-Temporal Action Localization System
Stars: ✭ 221 (+1600%)
Mutual labels:  ava
generator-taskr
Official Yeoman generator for Taskr
Stars: ✭ 24 (+84.62%)
Mutual labels:  fly
ts-snippet
A TypeScript snippet compiler for any test framework
Stars: ✭ 29 (+123.08%)
Mutual labels:  ava
titef
🌠 A tiny, lightning-fast, zero-dependecies JavaScript test framework 🌠
Stars: ✭ 19 (+46.15%)
Mutual labels:  ava
danestves.com
✨ My portfolio built with Remix, Tailwind, Prisma, and Fly.io.
Stars: ✭ 9 (-30.77%)
Mutual labels:  fly
A-SOUL-Notification
一个A-SOUL成员动态/直播提醒插件,支持监控B站与抖音动态,可在Windows10 - Windows11系统上运行。
Stars: ✭ 56 (+330.77%)
Mutual labels:  ava
RecordingSample
Recording Sample by React Native
Stars: ✭ 27 (+107.69%)
Mutual labels:  ava
vue-boilerplate
An opinionated Vue.js 2 boilerplate with Vue Router, AVA and Istanbul
Stars: ✭ 27 (+107.69%)
Mutual labels:  ava
fixturez
Easily create and maintain test fixtures in the file system
Stars: ✭ 57 (+338.46%)
Mutual labels:  ava
Typescript Starter
Quickly create and configure a new library or Node.js project
Stars: ✭ 2,953 (+22615.38%)
Mutual labels:  ava
ava-fast-check
Property based testing for AVA based on fast-check
Stars: ✭ 44 (+238.46%)
Mutual labels:  ava
vue-methods-promise
Let Vue methods support return Promise
Stars: ✭ 35 (+169.23%)
Mutual labels:  ava
deep-action-detection
Multi-stream CNN architectures for action detection with actor-centric filtering
Stars: ✭ 24 (+84.62%)
Mutual labels:  ava
quasar-testing
Testing Harness App Extensions for the Quasar Framework 1.0+
Stars: ✭ 142 (+992.31%)
Mutual labels:  ava

ava plugin for Fly.

npm package

Getting Started

This plugin requires fly.

$ npm i fly-ava -D

Usage examples

module.exports {
  *default(fly) {
    yield fly.source('./test/*.js').ava()
  },
}

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].