Skip to content
This repository was archived by the owner on Jan 11, 2019. It is now read-only.

avajs/ava-codemods

Repository files navigation

ava-codemods Build Status

Codemods for AVA

Codemods to simplify upgrading AVA versions.

Install

$ npm install --global ava-codemods

Usage

Simply run ava-codemods in your terminal and answer a few questions.

Ensure you have a backup of your tests or commit the latest changes before running this.

Supported codemods

Upgrading to 0.14

  • Renaming t.ok() to t.truthy()
  • Renaming t.notOk() to t.falsy()
  • Renaming t.same() to t.deepEqual()
  • Renaming t.notSame() to t.notDeepEqual()

License

MIT © James Talmage

Packages

No packages published

Contributors 12