We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3315f6b commit 88529c9Copy full SHA for 88529c9
1 file changed
README.md
@@ -10,6 +10,9 @@ This is a super friendly testing library for React, inspired by express middlewa
10
11
~~~js
12
import Test from 'legit-tests'
13
+//or
14
+import Test from 'legit-tests/no-dom' //don't include jsdom
15
+
16
import { expect } from 'chai'
17
import sinon from 'sinon'
18
import TestComponent from './TestComponent'
0 commit comments