Skip to content

Commit

Permalink
ci: test fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Jul 26, 2024
1 parent 919a009 commit babca46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testHelpers/server/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
*/
const { exec } = require("child_process");
let fs = require("fs");
const fetch = require("node-fetch");

module.exports.executeCommand = async function(cmd) {
return new Promise((resolve, reject) => {
Expand Down

0 comments on commit babca46

Please sign in to comment.