We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8725140 commit 55d6108Copy full SHA for 55d6108
packages/cli/src/services/checkly-config-loader.ts
@@ -1,6 +1,5 @@
1
import * as path from 'path'
2
import fs from 'node:fs/promises'
3
-import { existsSync } from 'fs'
4
import { findPlaywrightConfigPath, getDefaultChecklyConfig, writeChecklyConfigFile } from './util'
5
import { CheckProps, RuntimeCheckProps } from '../constructs/check'
6
import { PlaywrightCheckProps } from '../constructs/playwright-check'
0 commit comments