Member
cristobal
How to define a Spec in Jasmine?
bailey_conroy
spec in Jasmine represents a test case inside the test suite. We can define spec by calling the global Jasmine function it, which, like describe takes a string and a function.