fixing tests

This commit is contained in:
ennmichael
2023-04-08 21:14:08 +02:00
parent 8dfe0f25d4
commit 5f29ae0140
7 changed files with 40 additions and 19 deletions

View File

@ -27,5 +27,9 @@ module.exports = {
output: {
filename: "[name].js",
path: `${__dirname}/dist`,
library: {
type: "umd",
name: "Nostr",
},
},
}