test(backups): fix issues introduced by conversion to ESM

Introduced by 1005e295b
This commit is contained in:
Julien Fontanet
2023-07-10 16:58:12 +02:00
parent c3e0308ad0
commit df740b1e8e
2 changed files with 5 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
},
"scripts": {
"postversion": "npm publish --access public",
"test-integration": "node--test *.integ.js"
"test-integration": "node--test *.integ.mjs"
},
"dependencies": {
"@kldzj/stream-throttle": "^1.1.1",