package org.kotlintestmpp.date /** * JS actual implementation for `getCurrentDate` */ actual fun getCurrentDate(): String { return "test" }