Skip to content

Commit

Permalink
fix: restore global setup for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vklachkov committed Jan 21, 2025
1 parent 6da19ed commit c5bfa4b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js-packages/test-utils/globalSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ const {dirname} = makeNames(import.meta.url);

// This function should be called before running test suites.
const globalSetup = async (): Promise<void> => {
console.log("Skip global setup");
return;

await usingPlaygrounds(async (helper, privateKey) => {
try {
// 1. Wait node producing blocks
Expand Down

0 comments on commit c5bfa4b

Please sign in to comment.