commonMain.dk.cachet.carp.test.JsIgnore.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of carp.test-jvm Show documentation
Show all versions of carp.test-jvm Show documentation
Helper classes relied upon by test projects of all subsystems. E.g., to disable tests specified in common part of projects for the JavaScript runtime only.
package dk.cachet.carp.test
/**
* Ignore a test when running the test on a JavaScript test runtime.
*/
@Target( AnnotationTarget.CLASS, AnnotationTarget.FUNCTION )
expect annotation class JsIgnore()