Skip to content

Commit b878a41

Browse files
committed
fix
1 parent ded24ce commit b878a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/esm-loader.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ test.suite("Catch unexpected changes to node's loader context", (test) => {
517517
rows.forEach((row) => {
518518
const json = JSON.parse(row) as {
519519
resolveContextKeys?: string[];
520-
loadContextKeys?: string;
520+
loadContextKeys?: string[];
521521
};
522522
if (json.resolveContextKeys) {
523523
expect(json.resolveContextKeys).toEqual([

0 commit comments

Comments
 (0)