Skip to content

Commit 1c8cede

Browse files
committed
Extract JSDOMNodeJSEnv in its own project.
So that we can move it to a different repository afterwards. In the process, we also move the standard `NodeJSEnv` in a dedicated project, although this one will obviously stay in the same repository. Now that all JS environments are in different artifacts, it makes sense that Node.js have its own artifact as well, even though the sbt plugin will depend on that artifact. The separation has a nice benefit that the `jsEnvsTestSuite` is not necessary anymore, since its last tests can be moved to the test directories of the relevant JS env implementations.
1 parent 7501666 commit 1c8cede

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js-envs-test-suite/src/test/scala/org/scalajs/jsenv/test/JSDOMNodeJSEnvTest.scala renamed to jsdom-nodejs-env/src/test/scala/org/scalajs/jsenv/jsdomnodejs/JSDOMNodeJSEnvTest.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
package org.scalajs.jsenv.test
1+
package org.scalajs.jsenv.jsdomnodejs
22

3-
import org.scalajs.jsenv.jsdomnodejs.JSDOMNodeJSEnv
3+
import org.scalajs.jsenv.test._
44

55
import org.junit.Test
66
import org.junit.Assert._

0 commit comments

Comments
 (0)