From ec6be6040a0bdf93d10e92629a1a8ac19e079c8d Mon Sep 17 00:00:00 2001 From: DhananjayPurohit Date: Thu, 15 Aug 2024 11:15:28 +0530 Subject: [PATCH] fix: import error --- clients/tests/web/test-utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/tests/web/test-utils.js b/clients/tests/web/test-utils.js index 0a9b2f00..02f3f3de 100644 --- a/clients/tests/web/test-utils.js +++ b/clients/tests/web/test-utils.js @@ -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) => {