Skip to content

Commit

Permalink
fix failing test on new node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zemberdotnet committed Oct 7, 2023
1 parent d32f9ae commit cbaa676
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ test('should log error when export fails', async () => {
storageDirectory: TEST_DIRECTORY,
apiKey: TEST_API_KEY,
}),
).rejects.toThrow(/Unexpected token/g);
).rejects.toThrow();

expect(log.error).toHaveBeenCalledWith('Failed to export JSON assets to CSV');
});
Expand Down

0 comments on commit cbaa676

Please sign in to comment.