Skip to content

Commit af0b5be

Browse files
committed
autoformat utils types test index file
1 parent 17359c1 commit af0b5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/test/types/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ paths.forEach(dir => {
1515
files.forEach(file => {
1616
if (file.includes('.d.ts')) {
1717
testStrings.forEach(testString => {
18-
const filePath = path.join(dir, file)
18+
const filePath = path.join(dir, file);
1919
if (fs.readFileSync(filePath, 'utf8').includes(testString)) {
2020
// eslint-disable-next-line no-console
2121
console.error(`${filePath} contains types`);

0 commit comments

Comments
 (0)