Skip to content

Commit f1e1301

Browse files
committed
no shortcuts this time. actually using yarn. if this doesn't work...
1 parent dc0831d commit f1e1301

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/exportsField.test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2470,7 +2470,9 @@ describe("exportsFieldPlugin", () => {
24702470
(err, result) => {
24712471
if (!err) return done(new Error(`expect error, got ${result}`));
24722472
expect(err).toBeInstanceOf(Error);
2473-
expect(err.message).toMatch(/not exported from package/);
2473+
expect(err.message).toMatch(
2474+
/not exported under the condition "webpack" from package/,
2475+
);
24742476
done();
24752477
},
24762478
);

0 commit comments

Comments
 (0)