Skip to content

Commit 3d2464e

Browse files
committed
Lint error fix
1 parent 0ae75ce commit 3d2464e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/unit/utils/Settings.env.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ See the License for the specific language governing permissions and
1111
limitations under the License.
1212
*/
1313

14+
/* eslint-disable @typescript-eslint/no-var-requires */
1415
// No top-level imports - we use jest.isolateModules() to import fresh modules
1516

1617
describe("Settings - Environment Variable Support", () => {
@@ -75,4 +76,4 @@ describe("Settings - Environment Variable Support", () => {
7576
});
7677
});
7778
});
78-
});
79+
});

0 commit comments

Comments
 (0)