Skip to content

Commit ddffd8a

Browse files
committed
(docs): fix linting in docs
1 parent 46583c8 commit ddffd8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/usage-without-a-build-step-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Now we need to require the libraries. There is a slight caveat, explained in a c
2020
// jsdom-global must be required before vue-test-utils,
2121
// because vue-test-utils expects a DOM (real DOM, or JSDOM)
2222
// to exist.
23-
require('jsdom-global')();
23+
require('jsdom-global')()
2424

2525
const assert = require('assert')
2626

0 commit comments

Comments
 (0)