From 840c2d4497a61362af198e90134eda5be405ea13 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 16 May 2021 15:14:01 +0800 Subject: [PATCH] test: update test case. --- __tests__/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/index.test.ts b/__tests__/index.test.ts index 649dd0f..12e7d6f 100644 --- a/__tests__/index.test.ts +++ b/__tests__/index.test.ts @@ -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 = `

header

`; const expected = `

`