Skip to content

Commit

Permalink
Merge pull request #184 from Abhishek-Mallick/linting-Movex.spec.ts
Browse files Browse the repository at this point in the history
fix(lint): specs/Movex.spec.ts
  • Loading branch information
GabrielCTroia authored Oct 25, 2023
2 parents 621b5b3 + b849d99 commit fba639c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/movex/src/specs/Movex.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import { computeCheckedState } from '../lib/util';
import { movexClientMasterOrchestrator } from './util/orchestrator';
import { tillNextTick } from './util/misc';

require('console-group').install();
import * as consoleGroup from 'console-group';
consoleGroup.install();

const orchestrator = movexClientMasterOrchestrator();

Expand Down

0 comments on commit fba639c

Please sign in to comment.