cashapp / burst

Burst is a unit testing library that uses enums to parameterize unit tests
Apache License 2.0
19 stars 1 forks source link

Fix bugs in JS tests #28

Closed swankjesse closed 1 week ago

swankjesse commented 1 week ago

I typo'd the package name, kotlin.text, which prevented anything from matching.

And I had two primary constructors.

And I had the visibility wrong.

These problems didn't matter for Kotlin/JVM, but they prevented tests from running successfully on Kotlin/JS.

Kotlin/Native in a follow-up.

swankjesse commented 1 week ago

I didn‘t add a test for say 'macosArm64' 'cause I need to pick a platform that’ll run well on whatever the host platform is. I'll do that in a follow-up!