-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (21 loc) · 963 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<h1>React Maybe Matchers for Jasmine</h1>
Tests using the React test utilities directly are both difficult to read
and inconvenient to type. These matchers are intended to to make it
easier to write tests and to understand what they are doing later.
Please see the
<a href="https://github.com/ygt-mikekchar/react-maybe-matchers">project page</a>
or browse the
<a href="https://github.com/ygt-mikekchar/react-maybe-matchers/blob/master/src/ReactMaybeMatchers.litcoffee#react-maybe-matchers-for-jasmine">annotated source code</a>
for more information of how to use the matchers.
<h2>Tests</h2>
You can <a href="spec/index.html">run the tests</a>.
<h2>License</h2>
react-maybe-matchers is covered by the
<a href="https://github.com/ygt-mikekchar/react-maybe-matchers/blob/master/LICENSE">MIT License<a>.
</body>
</html>