How to use?
===========


You can import ``expect`` from ``js.expect`` and ``need`` it where you want
these resources to be included on a page::

  >>> from js.expect import expect
  >>> expect.need()

