Skip to content

Commit

Permalink
did it fix it? no but these are help to have
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Dec 22, 2023
1 parent 8435eb8 commit 1a289d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
preset: 'ts-jest',
testMatch: ['<rootDir>/src/**/?(*.)+(spec|test).ts?(x)'],
testMatch: ['<rootDir>/src/**/?(*.)+(spec|test).ts'],
setupFilesAfterEnv: ['@celo/dev-utils/lib/matchers'],
globalSetup: '<rootDir>/src/test-utils/setup.global.ts',
globalTeardown: '<rootDir>/src/test-utils/teardown.global.ts',
Expand Down
1 change: 1 addition & 0 deletions packages/cli/src/test-utils/setup.global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ export default async function globalSetup() {
await baseSetup(path.resolve(chainDataPath), 'v10.tar.gz', {
from_targz: true,
})
console.log('\n ganache started...')
}

0 comments on commit 1a289d1

Please sign in to comment.