qunit-dom-codemod
Assertion converter
Automates the conversion of assertions to qunit-dom style tests
Basic codemod to automatically convert your assertions to qunit-dom assertions
14 stars
7 watching
13 forks
Language: JavaScript
last commit: 11 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ember-codemods/ember-qunit-codemod | Converts older Ember-QUnit syntax to the newer syntax | 36 |
vutran/preact-codemod | Automates the conversion of React code to Preact | 40 |
ember-codemods/ember-test-helpers-codemod | A codemod to transform Ember tests to use @ember/test-helpers | 29 |
shimohq/mocha2ava-codemod | A tool to automate the conversion of Mocha tests to Ava tests with JavaScript code transformations | 4 |
twada/qunit-tap | Enables QUnit test output in TAP format for automated testing and CI/CD pipelines. | 72 |
skovhus/jest-codemods | A toolset to simplify the transition from various testing frameworks to Jest | 881 |
codemod-js/codemod | Automated refactoring tool that rewrites JavaScript and TypeScript code | 420 |
emberjs/ember-qunit | Simplifies testing of Ember applications with QUnit by providing wrappers around test helpers. | 259 |
mike-north/ember-qunit-decorators | Adds support for QUnit decorators in Ember.js projects | 4 |
ember-codemods/ember-computed-getter-codemod | Automates replacements of Ember computed getter methods to improve code readability and maintainability | 0 |
ember-codemods/es5-getter-ember-codemod | Automatically converts usage of get and getProperties to traditional object dot notation | 34 |
ember-codemods/ember-native-class-codemod | A codemod project transforms Ember app code to native JavaScript class syntax with decorators. | 68 |
jfmengels/jscodeshift-ava-tester | A tool to help test and improve codemods written in JavaScript | 13 |
kcmr/web-components-codemods | Tools for transforming web components in JavaScript code | 8 |
staltz/chai-virtual-dom | Provides virtual-dom element assertions for Chai assertion library | 24 |