1
0
mirror of https://github.com/dwaxweiler/connector-mobilizon synced 2025-06-05 21:59:25 +02:00

update dev dependencies ava, eslint, eslint-plugin-ava and migrate to ES modules

This commit is contained in:
Daniel Waxweiler
2022-01-09 12:11:24 +01:00
parent fa91324f18
commit 647629b5a9
16 changed files with 988 additions and 2513 deletions

View File

@ -1,5 +1,5 @@
import test from 'ava'
import hash from './object-hash-wrapper'
import hash from './object-hash-wrapper.js'
test('#hash object', (t) => {
t.is(hash({ foo: 'bar' }), 'a75c05bdca7d704bdfcd761913e5a4e4636e956b')