We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67541bb commit 4f1de4aCopy full SHA for 4f1de4a
README.md
@@ -157,8 +157,15 @@ In order to test React and use `ReactTestUtils` you will need to make a few chan
157
```scala
158
jsDependencies += "org.webjars" % "react" % "0.11.1" % "test"
159
/ "react-with-addons.js" commonJSName "React"
160
+
161
+requiresDOM := true
162
163
+test in Test := (test in(Test, fastOptStage)).value
164
165
+testOnly in Test := (testOnly in(Test, fastOptStage)).evaluated
166
167
+testQuick in Test := (testQuick in(Test, fastOptStage)).evaluated
168
```
-* Add: `requiresDOM := true`
169
* Install PhantomJS.
170
171
Extensions
0 commit comments