Skip to content

Commit

Permalink
disable javatime tests for JS
Browse files Browse the repository at this point in the history
  • Loading branch information
erikerlandson committed Mar 27, 2022
1 parent f11c2ed commit 9d0b619
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions units/src/test/scala/coulomb/time.scala
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ class TimeUnitsSuite extends CoulombSuite:
assertEquals(3L.withEpochTime[Day] < 3L.withEpochTime[Week].tToUnit[Day], true)
}

/* This breaks the JS linker
class JavaTimeSuite extends CoulombSuite:
import java.time.{ Duration, Instant }
import coulomb.*
Expand Down Expand Up @@ -289,3 +290,4 @@ class JavaTimeSuite extends CoulombSuite:
val ins = Instant.parse("1969-07-20T00:00:00Z")
f(ins).assertVTD[Double](-165)
}
*/

0 comments on commit 9d0b619

Please sign in to comment.