Skip to content

Commit b95f9ca

Browse files
fixup tests
1 parent cc50ffb commit b95f9ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

napi-rs/__test__/index.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ test('extractMessagesFromFiles: should extract from multiple files', async () =>
6868
]
6969

7070
const result = await extractMessagesFromFiles(filePaths, {
71-
parser: {jsx: true, tsx: true, syntax: "typescript"}
71+
parser: {tsx: true, syntax: "typescript"}
7272
})
7373

7474
// Sort messages by id for deterministic results
@@ -90,7 +90,7 @@ test('extractMessagesFromFiles: should handle non-existent files gracefully', as
9090
]
9191

9292
const result = await extractMessagesFromFiles(filePaths, {
93-
parser: {jsx: true, tsx: true, syntax: "typescript"}
93+
parser: {tsx: true, syntax: "typescript"}
9494
})
9595

9696
// Sort messages by id for deterministic results

0 commit comments

Comments
 (0)