diff options
Diffstat (limited to 'playwright.config.js')
-rw-r--r-- | playwright.config.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/playwright.config.js b/playwright.config.js index a13eb710..4cd94b6b 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -14,9 +14,9 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <https://www.gnu.org/licenses/>. */ + // @ts-check import {defineConfig, devices} from '@playwright/test'; - /** * Read environment variables from file. * https://github.com/motdotla/dotenv @@ -116,4 +116,3 @@ export default defineConfig({ // port: 3000, // }, }); - |