Skip to content

Commit 2b8a846

Browse files
committed
Update dev-dependencies
1 parent f05c4c7 commit 2b8a846

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"c8": "^7.0.0",
5858
"hastscript": "^7.0.0",
5959
"is-hidden": "^2.0.0",
60-
"mdast-util-assert": "^3.0.0",
60+
"mdast-util-assert": "^4.0.0",
6161
"negate": "^1.0.0",
6262
"prettier": "^2.0.0",
6363
"rehype-parse": "^7.0.0",

test/index.js

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,16 @@ import remarkParse from 'remark-parse'
1616
import remarkGfm from 'remark-gfm'
1717
import rehypeStringify from 'rehype-parse'
1818
import remarkStringify from 'remark-stringify'
19-
import assert from 'mdast-util-assert'
19+
import {assert} from 'mdast-util-assert'
2020
import {removePosition} from 'unist-util-remove-position'
2121
import {one, all, toMdast} from '../index.js'
2222

2323
var fixtures = path.join('test', 'fixtures')
2424

2525
test('exports', function (t) {
26-
t.assert(
27-
one,
28-
'should export `one`'
29-
)
26+
t.assert(one, 'should export `one`')
3027

31-
t.assert(
32-
all,
33-
'should export `all`'
34-
)
28+
t.assert(all, 'should export `all`')
3529

3630
t.end()
3731
})

0 commit comments

Comments
 (0)