UNPKG
relatt-scraper
Version:
latest (1.30.0)
1.30.0
1.28.0
1.27.0
1.26.0
1.25.0
1.24.0
1.23.0
1.22.0
1.21.0
1.20.0
1.19.0
1.18.0
1.17.0
1.16.0
1.15.0
1.14.0
1.13.0
1.12.0
1.11.0
1.10.0
1.9.0
1.7.4
1.7.3
1.6.0
1.5.23
1.5.22
1.5.21
1.5.20
1.5.19
1.5.18
1.5.17
1.5.16
1.5.15
1.5.14
1.5.13
1.5.12
1.5.11
1.5.9
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.0
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.3.16
1.3.15
1.3.14
1.3.13
1.3.12
1.3.10
1.3.9
1.3.8
1.3.7
1.3.6
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.11
1.2.10
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Metascarper
relatt-scraper
/
specs
/
app.spec.js
6 lines
(5 loc)
•
126 B
JavaScript
View Raw
1
2
3
4
5
6
describe
("Demo tests", function () {
test
("It should pass without bugs", function () {
expect
(
1
+
1
)
.toBe
(
2
); }); });