/** * External dependencies */ import path from 'path'; export const BLOCK_THEME_SLUG = 'twentytwentythree'; export const CLASSIC_THEME_SLUG = 'twentytwentyone'; export const MIN_TIMEOUT = 10000; export const BASE_URL = 'http://localhost:8889'; export const STORAGE_STATE_PATH = path.join( process.cwd(), 'artifacts/storage-states/admin.json' );