UNPKG
emoji-100
Version:
latest (1.3.0)
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
returns the 100 emoji
emoji-100
/
test.js
2 lines
•
128 B
JavaScript
View Raw
1
2
console
.
assert
(
require
(
'./index'
) ===
'💯'
,
'Should return the 100 emoji'
);
console
.
log
(
'Tests passing '
+
require
(
'./index'
))