You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Cookie has domain set to the public suffix "${specialUseDomain}" which is a special use domain. To allow this, configure your CookieJar with {allowSpecialUseDomain: true, rejectPublicSuffixes: false}.`,
1553
-
)
1554
-
}
1547
+
),
1548
+
).rejects.toThrow(
1549
+
`Cookie has domain set to the public suffix "${
1550
+
specialUseDomain
1551
+
}" which is a special use domain. To allow this, configure your CookieJar with {allowSpecialUseDomain: true, rejectPublicSuffixes: false}.`,
`Cookie has domain set to the public suffix "${specialUseDomain}" which is a special use domain. To allow this, configure your CookieJar with {allowSpecialUseDomain: true, rejectPublicSuffixes: false}.`,
1604
-
)
1605
-
}
1595
+
),
1596
+
).rejects.toThrow(
1597
+
`Cookie has domain set to the public suffix "${
1598
+
specialUseDomain
1599
+
}" which is a special use domain. To allow this, configure your CookieJar with {allowSpecialUseDomain: true, rejectPublicSuffixes: false}.`,
`Cookie has domain set to the public suffix "${specialUseDomain}" which is a special use domain. To allow this, configure your CookieJar with {allowSpecialUseDomain: true, rejectPublicSuffixes: false}.`,
1652
-
)
1653
-
}
1640
+
),
1641
+
).rejects.toThrow(
1642
+
`Cookie has domain set to the public suffix "${
1643
+
specialUseDomain
1644
+
}" which is a special use domain. To allow this, configure your CookieJar with {allowSpecialUseDomain: true, rejectPublicSuffixes: false}.`,
`Cookie has domain set to the public suffix "${specialUseDomain}" which is a special use domain. To allow this, configure your CookieJar with {allowSpecialUseDomain: true, rejectPublicSuffixes: false}.`,
1674
-
)
1675
-
}
1659
+
),
1660
+
).rejects.toThrow(
1661
+
`Cookie has domain set to the public suffix "${
1662
+
specialUseDomain
1663
+
}" which is a special use domain. To allow this, configure your CookieJar with {allowSpecialUseDomain: true, rejectPublicSuffixes: false}.`,
0 commit comments