Skip to content

Commit

Permalink
test: reduce noise
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-haynes committed Aug 6, 2024
1 parent 0e494fc commit 8069270
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/accounts/test/test-utils.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
import { KeyPair, KeyType } from '@near-js/crypto';
import { InMemoryKeyStore } from '@near-js/keystores';
import { ConsoleLogger, Logger } from '@near-js/utils';
import fs from 'fs';
import path from 'path';

import { Account, AccountMultisig, Contract, Connection, LocalAccountCreator } from '../src';
import Config from './config';

Logger.overrideLogger(new ConsoleLogger(['error', 'fatal']))

export const networkId = 'unittest';

export const HELLO_WASM_PATH = process.env.HELLO_WASM_PATH || 'node_modules/near-hello/dist/main.wasm';
Expand Down
1 change: 1 addition & 0 deletions packages/utils/src/logger/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { ConsoleLogger } from './console.logger';
export { Logger } from './logger';
export type { LoggerService } from './interface';

0 comments on commit 8069270

Please sign in to comment.