Add 'use strict' to AllOf.js
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
getJasmineRequireObj().AllOf = function(j$) {
|
||||
'use strict';
|
||||
|
||||
function AllOf() {
|
||||
const expectedValues = Array.from(arguments);
|
||||
if (expectedValues.length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user