All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.io.kotest.engine.config.detectConfig.kt Maven / Gradle / Ivy

package io.kotest.engine.config

/**
 * On the Javascript platform this returns an empty project config.
 *
 * Instead, users set set config directly on the [Configuration] singleton.
 */
actual fun detectConfig(): DetectedProjectConfig = DetectedProjectConfig()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy