Update playwright/plugins/dex/index.ts

This commit is contained in:
R Midhun Suresh 2023-08-18 23:31:24 +05:30 committed by GitHub
parent edf3d5d6ed
commit a89a901d5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ import * as fse from "fs-extra";
import {dockerRun, dockerStop } from "../docker";
// A plugins that adds commands that start & stop dex instances
// A plugin that adds command to start & stop dex instances
interface DexConfig {
configDir: string;