Skip to content

Commit

Permalink
Merge pull request #206 from gustavnikolaj/patch-1
Browse files Browse the repository at this point in the history
Update README with new .use API for plugins
  • Loading branch information
papandreou authored Apr 5, 2018
2 parents 70a64ae + 69b1685 commit 31d8e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Setup in tests:

``` js
var expect = require('unexpected').clone();
expect.installPlugin(require('unexpected-dom'));
expect.use(require('unexpected-dom'));

describe('in a document', function () {
it('should find a DOM node', function () {
Expand Down

0 comments on commit 31d8e83

Please sign in to comment.