(called-times? & ___32214__auto__)
(called-with? & ___32214__auto__)
(called? & ___32214__auto__)
(checked? & ___32214__auto__)
(contains-element? & ___32214__auto__)
(contains-html? & ___32214__auto__)
(defmatcher sym matcher-name)
A macro for defining a Jest matcher. Creates a function with metadata that will allow
cljest.core/is
to treat this symbol as a Jest matcher, rather than a regular symbol.
This allows the compiler to generate simpler code, making one expect call for the matcher,
rather than two (the is
and the underlying matcher).
When the function defined by defmatcher
is called, it will throw as it is replaced when
compiled in is
.
A macro for defining a Jest matcher. Creates a function with metadata that will allow `cljest.core/is` to treat this symbol as a Jest matcher, rather than a regular symbol. This allows the compiler to generate simpler code, making one expect call for the matcher, rather than two (the `is` and the underlying matcher). When the function defined by `defmatcher` is called, it will throw as it is replaced when compiled in `is`.
(disabled? & ___32214__auto__)
(empty-dom-element? & ___32214__auto__)
(enabled? & ___32214__auto__)
(has-accessible-description? & ___32214__auto__)
(has-accessible-name? & ___32214__auto__)
(has-attr? & ___32214__auto__)
(has-attribute? & ___32214__auto__)
(has-class? & ___32214__auto__)
(has-display-value? & ___32214__auto__)
(has-error-msg? & ___32214__auto__)
(has-focus? & ___32214__auto__)
(has-style? & ___32214__auto__)
(has-text-content? & ___32214__auto__)
(has-value? & ___32214__auto__)
(in-the-document? & ___32214__auto__)
(invalid? & ___32214__auto__)
(partially-checked? & ___32214__auto__)
(required? & ___32214__auto__)
(valid? & ___32214__auto__)
(visible? & ___32214__auto__)
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |