Add 'use strict' to AllOf.js

This commit is contained in:
Steve Gravrock
2025-11-04 05:52:34 -08:00
parent a8431f33bd
commit e4c69e960e
2 changed files with 4 additions and 0 deletions

View File

@@ -2193,6 +2193,8 @@ getJasmineRequireObj().JsApiReporter = function(j$) {
};
getJasmineRequireObj().AllOf = function(j$) {
'use strict';
function AllOf() {
const expectedValues = Array.from(arguments);
if (expectedValues.length === 0) {

View File

@@ -1,4 +1,6 @@
getJasmineRequireObj().AllOf = function(j$) {
'use strict';
function AllOf() {
const expectedValues = Array.from(arguments);
if (expectedValues.length === 0) {