Skip to content

Commit

Permalink
#7 Cats effects implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
gmkumar2005 committed Jan 23, 2024
1 parent 88a31b8 commit a3e2057
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/test/scala/jsenv/playwright/PWSuiteWebKit.scala
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package jsenv.playwright

import org.junit.runner.RunWith
import org.scalajs.jsenv.test._

@RunWith(classOf[JSEnvSuiteRunner])
class PWSuiteWebKit extends JSEnvSuite(
JSEnvSuiteConfig(new PWEnv("webkit", debug = true))
)
//package jsenv.playwright
//
//import org.junit.runner.RunWith
//import org.scalajs.jsenv.test._
//
//@RunWith(classOf[JSEnvSuiteRunner])
//class PWSuiteWebKit extends JSEnvSuite(
// JSEnvSuiteConfig(new PWEnv("webkit", debug = true))
//)

0 comments on commit a3e2057

Please sign in to comment.