Skip to content

Commit 41498a6

Browse files
mnothmanpullpushcommit
authored andcommitted
Lint error fix
Signed-off-by: mnothman <[email protected]>
1 parent 8d4b8c8 commit 41498a6

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)