Skip to content

Commit

Permalink
fix: import error
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Aug 22, 2024
1 parent d6d9f6d commit ec6be60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/tests/web/test-utils.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import axios from 'axios';
const util = require('node:util');
const exec = util.promisify(require('node:child_process').exec);

const generateBlocks = async (blocks) => {
Expand Down

0 comments on commit ec6be60

Please sign in to comment.