mocha2ava-codemod
Test converter
A tool to automate the conversion of Mocha tests to Ava tests with JavaScript code transformations
codemod for mocha tests
4 stars
7 watching
3 forks
Language: JavaScript
last commit: over 7 years ago
Linked from 1 awesome list
avacodejscodeshiftmigrationmocha
Related projects:
Repository | Description | Stars |
---|---|---|
skovhus/jest-codemods | A toolset to simplify the transition from various testing frameworks to Jest | 881 |
jfmengels/jscodeshift-ava-tester | A tool to help test and improve codemods written in JavaScript | 13 |
ember-codemods/ember-mocha-codemods | Automated tests and code updates for Ember.js applications using codemods | 4 |
ember-codemods/ember-qunit-codemod | Converts older Ember-QUnit syntax to the newer syntax | 36 |
ember-codemods/ember-test-helpers-codemod | A codemod to transform Ember tests to use @ember/test-helpers | 29 |
vutran/preact-codemod | Automates the conversion of React code to Preact | 40 |
mainmatter/qunit-dom-codemod | Automates the conversion of assertions to qunit-dom style tests | 14 |
codemod-js/codemod | Automated refactoring tool that rewrites JavaScript and TypeScript code | 420 |
cpojer/js-codemod | A collection of scripts to transform JavaScript code into a more modern form | 1,218 |
lo1tuma/eslint-plugin-mocha | Provides ESLint rules to enforce best practices for Mocha testing frameworks | 281 |
5to6/5to6-codemod | A collection of codemods to transform JavaScript from ES5 to ES6 syntax | 302 |
kcmr/web-components-codemods | Tools for transforming web components in JavaScript code | 8 |
hacker0x01/coffee-to-es2015-codemod | A set of transforms to convert CoffeeScript code to ES2015 | 36 |
meteor-community-packages/meteor-mocha | A test driver package for Meteor, reporting both server and client test results. | 67 |
dhruvdutt/es5-function-to-class-codemod | Transforms ES5 functions to ES6 classes in JavaScript code | 32 |