Skip to content

Commit

Permalink
fix(lint): memory-movex-store-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-Mallick committed Oct 21, 2023
1 parent 8d30295 commit ae7abac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/movex/src/lib/movex-store/MemoryMovexStore.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { tillNextTick } from '../../specs/util/misc';
import { MemoryMovexStore } from './MemoryMovexStore';
require('console-group').install();
import 'console-group';

describe('CRUD Operations', () => {
test('create', async () => {
Expand Down

0 comments on commit ae7abac

Please sign in to comment.