Skip to content

Commit

Permalink
chore: fix web test
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Jul 22, 2024
1 parent ea2199b commit e670752
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions karma.conf.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = function (config) {
resolve: webpackConfig.resolve,
experiments: webpackConfig.experiments,
optimization: webpackConfig.optimization,
externals: webpackConfig.externals,
stats: {warnings:false},
},
reporters: ["spec"],
Expand Down
3 changes: 3 additions & 0 deletions webpack.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ module.exports = {
child_process: false,
},
},
externals: {
"@chainsafe/blst": {}
},
experiments: {
topLevelAwait: true,
},
Expand Down

0 comments on commit e670752

Please sign in to comment.