Skip to content

Commit f979ee4

Browse files
timowolffh1ch
authored andcommitted
test(eslint-plugin-defaultvalue): use absolute path for config
1 parent 08cbe11 commit f979ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint-plugin-defaultvalue/tests/rule-tester.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const ruleTester = new RuleTester({
1212
projectService: {
1313
allowDefaultProject: ['*.ts*']
1414
},
15-
tsconfigRootDir: '.'
15+
tsconfigRootDir: '/'
1616
}
1717
}
1818
});

0 commit comments

Comments
 (0)