Skip to content

Commit

Permalink
code review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm007 committed Jun 20, 2023
1 parent 4c1ab49 commit c172190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/utils/entry-points.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { fs, vol } from 'memfs';
import { beforeEach, describe, expect, test, vi } from 'vitest';

import { context } from '../config';
import { type EnhancedConfig, context } from '../config';

import {
cleanPackageEntryPoints,
Expand Down Expand Up @@ -30,7 +30,7 @@ describe('getPackageEntryPoints', () => {

context.enterWith({
root: packageRoot,
} as any);
} as EnhancedConfig);
});

test('all entry points', async () => {
Expand Down

0 comments on commit c172190

Please sign in to comment.