Skip to content

Commit

Permalink
fix: remove synthetic shadow fallback import for real (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson authored Jun 22, 2023
1 parent 238502f commit 37f25c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@lwc/jest-preset/src/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (!nativeShadow) {
'@lwc/synthetic-shadow is being loaded twice. Please examine your jest/jsdom configuration.'
);
}
require('@lwc/synthetic-shadow/dist/synthetic-shadow.js');
require('@lwc/synthetic-shadow');
}

// Provides temporary backward compatibility for wire-protocol reform: lwc > 1.5.0
Expand Down

0 comments on commit 37f25c5

Please sign in to comment.