Merge branch 'main' into 3.99
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
getJasmineRequireObj().SetContaining = function(j$) {
|
||||
function SetContaining(sample) {
|
||||
if (!j$.isSet(sample)) {
|
||||
throw new Error('You must provide a set to `setContaining`, not ' + j$.basicPrettyPrinter_(sample));
|
||||
throw new Error(
|
||||
'You must provide a set to `setContaining`, not ' +
|
||||
j$.basicPrettyPrinter_(sample)
|
||||
);
|
||||
}
|
||||
|
||||
this.sample = sample;
|
||||
|
||||
Reference in New Issue
Block a user