UNPKG
obj-chain-core
Version:
latest (0.0.9)
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
fluent chaining for obj with dot-prop access
github.com/aretecode/obj-chain
aretecode/obj-chain
obj-chain-core
/
test
/
index.js
6 lines
(4 loc)
•
82 B
JavaScript
View Raw
1
2
3
4
5
6
const
test =
require
(
'ava'
)
test
(
'one plus one'
,
t
=>
{ t.
true
(
1
+
1
===
2
) })