We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17359c1 commit af0b5beCopy full SHA for af0b5be
packages/utils/test/types/index.js
@@ -15,7 +15,7 @@ paths.forEach(dir => {
15
files.forEach(file => {
16
if (file.includes('.d.ts')) {
17
testStrings.forEach(testString => {
18
- const filePath = path.join(dir, file)
+ const filePath = path.join(dir, file);
19
if (fs.readFileSync(filePath, 'utf8').includes(testString)) {
20
// eslint-disable-next-line no-console
21
console.error(`${filePath} contains types`);
0 commit comments