UNPKG
html2markdown
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
An HTML to Markdown converter.
alexgorbatchev/html2markdown
html2markdown
/
spec
/
spec_helper.js
14 lines
(13 loc)
•
213 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
beforeEach(function () {
this
.addMatchers({ toBeAnyOf: function(list) {
var
text =
this
.
actual
;
for
(
var
i
in
list) {
if
(list[i] === text) {
return
true
; } }
return
false
; } }); });