Skip to content

Commit 689abaa

Browse files
chore: remove log in test
1 parent a85b07a commit 689abaa

File tree

1 file changed

+0
-1
lines changed
  • packages/enhanced/test/configCases/sharing/share-multiple-versions-exclude

1 file changed

+0
-1
lines changed

packages/enhanced/test/configCases/sharing/share-multiple-versions-exclude/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ it('should only provide [email protected] due to exclude filter on v1', async () => {
1010

1111
it('should not have v1 in share scope due to exclude filter', async () => {
1212
const shareScope = __webpack_share_scopes__.default.shared;
13-
console.log('share scope', __webpack_share_scopes__.default);
1413
expect(shareScope['2.0.0']).toBeDefined();
1514
expect(shareScope['1.0.0']).toBeUndefined();
1615
});

0 commit comments

Comments
 (0)