question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

kotlin js test fail ignore ??

See original GitHub issue

i guess it’s safe to ignore the kotlin js test task by using this flag in the target

testTask {
    enabled = false
}

what about this

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
benasher44commented, Jul 12, 2020

Will try to publish early this week

1reaction
elkhoudirycommented, Jul 12, 2020

that is a possibility. i found that flag in kotlin/js reference, well it’s there if the problem still exists.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unit testing in Kotlin/JS - JavaScript
The other new annotation is kotlin.test.Ignore . Classes and test functions marked with this annotation are treated as 'pending' by the unit ...
Read more >
All js-tests examples fail except for jest example #88 - GitHub
Hello, I am new to unit tests with kotlin-js and I am attempting to learn how to set it up using the karma...
Read more >
JUnit @Ignore Test Annotation with Example - Guru99
The @Ignore test annotation is used to ignore particular tests or group of tests in order to skip the build failure. @Ignore annotation...
Read more >
Kotest: disable test with reason in FreeSpec - Stack Overflow
How to target js with kotlin kotest? 0 · Testing routingfunction with webmvc in springmvc in kotlin · 1 · Kotlin and kotest...
Read more >
Java Testing in Visual Studio Code
Project Setup. Note: If you have already setup your Java test framework in your project, you can skip to the Features section. Enable...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found