refactor: reorganize modules

This commit is contained in:
Anthony Fu 2022-12-13 15:03:30 +01:00
parent fd29c379dc
commit 0ef44cdf50
11 changed files with 130 additions and 116 deletions

View file

@ -2,7 +2,7 @@
* @vitest-environment jsdom
*/
import { describe, expect, it } from 'vitest'
import { htmlToText } from '../composables/content'
import { htmlToText } from '~/composables/content-parse'
describe('html-to-text', () => {
it('inline code', () => {