Jasmine JavaScript Testing Framework Practice Test
Jasmine JavaScript Testing Framework Jasmine Configuration and Reporters
What file is typically used to configure Jasmine in a Node.js project?
Select your answer
A
spec/support/jasmine.json
B
.jasminerc
C
jasmine.config.js
D
package.json exclusively
Hint