What does the message "jest is not configured to support such syntax" typically indicate in the context of JavaScript development?
a. Jest encountered an unexpected error while running tests.
b. Jest does not recognize the testing framework used.
c. Jest configuration settings need to be updated to support the specific syntax used.
d. Jest is not compatible with the current version of Node.js being used.