Skip to content

Commit cfcb2f3

Browse files
Fix test for windows
1 parent 8d69589 commit cfcb2f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/code-analyzer-pmd-engine/test/pmd-engine.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ describe('Tests for the describeRules method of PmdEngine', () => {
173173
const engine: PmdEngine = new PmdEngine({
174174
... DEFAULT_PMD_ENGINE_CONFIG,
175175
custom_rulesets: [
176-
path.join('sfca', 'rulesets', 'examples.xml'),
176+
'sfca/rulesets/examples.xml',
177177
]
178178
});
179179
const ruleDescriptions: RuleDescription[] = await engine.describeRules({});

0 commit comments

Comments
 (0)