From cd26ad7cd804087143ac02b7f183db2cee0370bf Mon Sep 17 00:00:00 2001 From: Connor Clark Date: Mon, 9 May 2022 11:18:24 -0700 Subject: [PATCH] misc: modify cherry-picked commits to pass CI --- lighthouse-cli/test/smokehouse/version-check-test.js | 1 + lighthouse-cli/test/smokehouse/version-check.js | 1 + 2 files changed, 2 insertions(+) diff --git a/lighthouse-cli/test/smokehouse/version-check-test.js b/lighthouse-cli/test/smokehouse/version-check-test.js index d73963ea6c3a..3825ca053f0a 100644 --- a/lighthouse-cli/test/smokehouse/version-check-test.js +++ b/lighthouse-cli/test/smokehouse/version-check-test.js @@ -3,6 +3,7 @@ * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ +'use strict'; import {chromiumVersionCheck, compareVersions} from './version-check.js'; diff --git a/lighthouse-cli/test/smokehouse/version-check.js b/lighthouse-cli/test/smokehouse/version-check.js index 9340527bc8dd..f89c22bf3d79 100644 --- a/lighthouse-cli/test/smokehouse/version-check.js +++ b/lighthouse-cli/test/smokehouse/version-check.js @@ -3,6 +3,7 @@ * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ +'use strict'; /** * @fileoverview Compares chromium version strings: 103.0.5017.0