Skip to content

Commit

Permalink
refactor: jest (#215)
Browse files Browse the repository at this point in the history
* refactor: jest

* fix: codemod sorting test
  • Loading branch information
mmkal authored Apr 30, 2020
1 parent 761294d commit cf32c6e
Show file tree
Hide file tree
Showing 5 changed files with 5,744 additions and 2,854 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@ module.exports = {
'@typescript-eslint/eslint-plugin',
'prettier',
'unicorn',
'ava',
'jest',
'import',
],
env: { 'jest/globals': true },
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended',
'plugin:unicorn/recommended',
'plugin:import/typescript',
'plugin:ava/recommended',
'plugin:jest/recommended',
'xo',
'xo-typescript',
],
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async function down(queryInterface) {
module.exports = { up, down };
```

See [this test](https://github.com/sequelize/umzug/blob/9780ba8b288098d518a3c11538b4751765821eb2/test/test.ts) for another example of Umzug usage.
See [this test](./test/test.ts) for another example of Umzug usage.

### Usage

Expand Down
Loading

0 comments on commit cf32c6e

Please sign in to comment.