Skip to content

Commit 804543b

Browse files
committed
test(api-links): normalize fixture paths
Signed-off-by: Arvind Marella <[email protected]>
1 parent 7521df3 commit 804543b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/api-links/__tests__/fixtures.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ describe('api links', () => {
3939
const astJsResults = [];
4040

4141
for await (const chunk of astJs.generate(undefined, {
42-
input: [sourceFile],
42+
input: [sourceFile.replaceAll('\\', '/')],
4343
worker,
4444
})) {
4545
astJsResults.push(...chunk);

0 commit comments

Comments
 (0)