mirror of
https://github.com/dwaxweiler/connector-mobilizon
synced 2025-02-15 11:10:55 +01:00
7 lines
167 B
JavaScript
7 lines
167 B
JavaScript
import test from 'ava'
|
|
import hash from './object-hash-wrapper'
|
|
|
|
test('#hash object', t => {
|
|
t.is(hash({foo: 'bar'}), 'a75c05bdca7d704bdfcd761913e5a4e4636e956b')
|
|
})
|