Skip to content

Commit be1ec21

Browse files
committed
fix: @putout/plugin-madrun: convert-prepublish-only-to-wisdom: test -> coverage
1 parent 36fcbe2 commit be1ec21

23 files changed

Lines changed: 37 additions & 41 deletions

File tree

codemods/madrun/.madrun.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {run} from 'madrun';
22

33
export default {
4-
'wisdom': () => run(['lint', 'test']),
4+
'wisdom': () => run(['lint', 'coverage']),
55
'test': () => `tape 'test/*.js' 'lib/**/*.spec.js'`,
66
'watch:test': async () => `nodemon -w lib -x "${await run('test')}"`,
77
'lint': () => 'putout .',

packages/operator-ignore/.madrun.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {run} from 'madrun';
22

33
export default {
4-
'wisdom': () => run(['lint', 'test']),
4+
'wisdom': () => run(['lint', 'coverage']),
55
'test': () => `tape 'test/*.js' 'lib/**/*.spec.js'`,
66
'test:dts': () => 'check-dts test/*.ts',
77
'watch:test': async () => `nodemon -w lib -x "${await run('test')}"`,

packages/operator-parens/.madrun.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {run} from 'madrun';
22

33
export default {
4-
'wisdom': () => run(['lint', 'test']),
4+
'wisdom': () => run(['lint', 'coverage']),
55
'test': () => `tape 'test/*.js' 'lib/**/*.spec.js'`,
66
'watch:test': async () => `nodemon -w lib -x "${await run('test')}"`,
77
'lint': () => 'putout .',

packages/operator-regexp/.madrun.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {run} from 'madrun';
22

33
export default {
4-
'wisdom': () => run(['lint', 'test']),
4+
'wisdom': () => run(['lint', 'coverage']),
55
'test': () => `tape 'test/*.js' 'lib/**/*.spec.js'`,
66
'watch:test': async () => `nodemon -w lib -x "${await run('test')}"`,
77
'lint': () => 'putout .',

packages/operator-remove-files/.madrun.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {run} from 'madrun';
22

33
export default {
4-
'wisdom': () => run(['lint', 'test']),
4+
'wisdom': () => run(['lint', 'coverage']),
55
'test': () => `tape 'test/*.js' 'lib/**/*.spec.js'`,
66
'watch:test': async () => `nodemon -w lib -x "${await run('test')}"`,
77
'lint': () => 'putout .',

packages/operator-rename-files/.madrun.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {run} from 'madrun';
22

33
export default {
4-
'wisdom': () => run(['lint', 'test']),
4+
'wisdom': () => run(['lint', 'coverage']),
55
'test': () => `tape 'test/*.js' 'lib/**/*.spec.js'`,
66
'watch:test': async () => `nodemon -w lib -x "${await run('test')}"`,
77
'lint': () => 'putout .',

packages/operator-rename-properties/.madrun.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {run} from 'madrun';
22

33
export default {
4-
'wisdom': () => run(['lint', 'test']),
4+
'wisdom': () => run(['lint', 'coverage']),
55
'test': () => `tape 'test/*.js' 'lib/**/*.spec.js'`,
66
'watch:test': async () => `nodemon -w lib -x "${await run('test')}"`,
77
'lint': () => 'putout .',

packages/operator-sort-ignore/.madrun.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {run} from 'madrun';
22

33
export default {
4-
'wisdom': () => run(['lint', 'test']),
4+
'wisdom': () => run(['lint', 'coverage']),
55
'test': () => `tape 'test/*.js' 'lib/**/*.spec.js'`,
66
'watch:test': async () => `nodemon -w lib -x "${await run('test')}"`,
77
'lint': () => 'putout .',

packages/operator-type-checker/.madrun.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {run} from 'madrun';
22

33
export default {
4-
'wisdom': () => run(['lint', 'test']),
4+
'wisdom': () => run(['lint', 'coverage']),
55
'test': () => `tape 'test/*.js' 'lib/**/*.spec.js'`,
66
'watch:test': async () => `nodemon -w lib -x "${await run('test')}"`,
77
'lint': () => 'putout .',

packages/operator-watermark/.madrun.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {run} from 'madrun';
22

33
export default {
4-
'wisdom': () => run(['lint', 'test']),
4+
'wisdom': () => run(['lint', 'coverage']),
55
'test': () => `tape 'test/*.js' 'lib/**/*.spec.js'`,
66
'watch:test': async () => `nodemon -w lib -x "${await run('test')}"`,
77
'lint': () => 'putout .',

0 commit comments

Comments
 (0)