UNPKG
lotech
Version:
latest (0.0.2-5)
0.0.2
0.0.2-5
0.0.2-4
0.0.2-3
0.0.2-2
0.0.2-1
0.0.1
Lotech markdown parser
github.com/robusta-hk/lotech
robusta-hk/lotech
lotech
/
src
/
test
/
test2.js
12 lines
(10 loc)
•
222 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** * Created by nicorama on 18/06/2016. */
export
default
{
'expect John to be Johnny'
:
(
test
)=>
{ test.
expect
(
1
); test.
equals
(
"johnny"
,
"johnny"
,
"should be Johnny"
); test.
done
(); } }