Skip to content

Commit c1fea00

Browse files
committed
feature: @putout/plugin-tape: convert-tape-to-supertape: report
1 parent b9f5519 commit c1fea00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/plugin-tape/lib/convert-tape-to-supertape/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const report = () => '"supertape" should be used';
1+
export const report = () => `Use 'supertape' instead of 'tape'`;
22

33
export const replace = () => ({
44
'const tryTo = __': '',

packages/plugin-tape/lib/convert-tape-to-supertape/index.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const test = createTest(import.meta.url, {
88
});
99

1010
test('plugin-tape: convert-tape-to-supertape: report: try-to', (t) => {
11-
t.report('try-to', '"supertape" should be used');
11+
t.report('try-to', `Use 'supertape' instead of 'tape'`);
1212
t.end();
1313
});
1414

0 commit comments

Comments
 (0)