Skip to content

Commit

Permalink
CommunitySuite: test scala.js version 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kitbellew committed Sep 30, 2024
1 parent 0c673a0 commit 29e41b4
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
package org.scalafmt.community.other

import org.scalafmt.community.common.CommunityRepoSuite

import scala.meta._

abstract class CommunityScalaJsSuite(name: String)
extends CommunityRepoSuite("https://github.com/scala-js/scala-js.git", name)

class CommunityScalaJs1_17Suite extends CommunityScalaJsSuite("scala-js-1.17") {

override protected def builds =
Seq(getBuild("v1.17.0", dialects.Scala213, 787))

}

0 comments on commit 29e41b4

Please sign in to comment.