Skip to content

Commit

Permalink
test: update test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 16, 2021
1 parent baa2d8a commit 840c2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/index.test.ts
Expand Up @@ -8,7 +8,7 @@ const rehypeRaw = require('rehype-raw')
const stringify = require('rehype-stringify')
const rehypeRewrite = require('../lib')

describe('rehype-attr test case', () => {
describe('rehype-rewrite test case', () => {
it('remove text', async () => {
const html = `<h1>header</h1>`;
const expected = `<h1></h1>`
Expand Down

0 comments on commit 840c2d4

Please sign in to comment.