From 169736bdd015ce9d5776d372048ecbee76eacf6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bargull?= Date: Wed, 30 Apr 2025 14:16:29 +0200 Subject: [PATCH] Enable strict mode testing for sm/fields --- test/staging/sm/fields/init-order.js | 2 -- test/staging/sm/fields/numeric-fields.js | 2 -- test/staging/sm/fields/scopes.js | 2 -- 3 files changed, 6 deletions(-) diff --git a/test/staging/sm/fields/init-order.js b/test/staging/sm/fields/init-order.js index d1fe7119df..df8008bc98 100644 --- a/test/staging/sm/fields/init-order.js +++ b/test/staging/sm/fields/init-order.js @@ -2,8 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -flags: - - noStrict description: | pending esid: pending diff --git a/test/staging/sm/fields/numeric-fields.js b/test/staging/sm/fields/numeric-fields.js index 1cdb32581b..9d6e5a4f19 100644 --- a/test/staging/sm/fields/numeric-fields.js +++ b/test/staging/sm/fields/numeric-fields.js @@ -2,8 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -flags: - - noStrict description: | pending esid: pending diff --git a/test/staging/sm/fields/scopes.js b/test/staging/sm/fields/scopes.js index 6efd98d98d..71aef25545 100644 --- a/test/staging/sm/fields/scopes.js +++ b/test/staging/sm/fields/scopes.js @@ -2,8 +2,6 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -flags: - - noStrict description: | pending esid: pending