Skip to content

Commit 345439f

Browse files
authored
chore(test): fix wrongly named test case (#101)
1 parent 4104670 commit 345439f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-basics.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ describe('create*() utility functions', () => {
491491
// but that's not really what this API is for ...
492492
})
493493

494-
it('createNode() errors', () => {
494+
it('createLink() errors', () => {
495495
const invalids = [
496496
undefined,
497497
null,

0 commit comments

Comments
 (0)