Skip to content

Commit 88529c9

Browse files
committed
updated readme, need some real docs now.. lol
1 parent 3315f6b commit 88529c9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ This is a super friendly testing library for React, inspired by express middlewa
1010

1111
~~~js
1212
import Test from 'legit-tests'
13+
//or
14+
import Test from 'legit-tests/no-dom' //don't include jsdom
15+
1316
import { expect } from 'chai'
1417
import sinon from 'sinon'
1518
import TestComponent from './TestComponent'

0 commit comments

Comments
 (0)