Skip to content

Commit

Permalink
test: @putout/printer: comment: coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed May 1, 2024
1 parent aa50f57 commit 85147f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tokenize/comment/comment.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ test('printer: comments: no loc', (t) => {
'use strict';
// hello
const fs = require('fs');
const fs = require('node:fs');
const isString = 'x';
const isObject = (a) => a && typeof a === 'object';\n
`;
Expand Down Expand Up @@ -155,7 +155,7 @@ test('printer: comments: no loc: recast', (t) => {
'use strict';
// hello
const fs = require('fs');
const fs = require('node:fs');
const isString = 'x';
const isObject = (a) => a && typeof a === 'object';\n
`;
Expand Down

0 comments on commit 85147f6

Please sign in to comment.