protractor - where can i find a list of all built in matchers for Jasmine expect -


I am trying to find a list of all the current Jasmine such as 'toContain' such as Matters ... ...

Where can I find this? I searched for a while but could not find anything like the API.

The Jasmine site does not have any sort of order list.

You can find it on GitHub.

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

C++ Array Type Not Assignable in Copy Constructor -