|
@@ -1,13 +1,13 @@
|
|
|
-import { describe, test, expect } from 'vitest';
|
|
|
|
|
-
|
|
|
|
|
import { type HastNode, select } from 'hast-util-select';
|
|
import { type HastNode, select } from 'hast-util-select';
|
|
|
import parse from 'remark-parse';
|
|
import parse from 'remark-parse';
|
|
|
import rehype from 'remark-rehype';
|
|
import rehype from 'remark-rehype';
|
|
|
import { unified } from 'unified';
|
|
import { unified } from 'unified';
|
|
|
|
|
+import { describe, test, expect } from 'vitest';
|
|
|
|
|
|
|
|
-import { relativeLinksByPukiwikiLikeLinker } from './relative-links-by-pukiwiki-like-linker';
|
|
|
|
|
import { pukiwikiLikeLinker } from '../remark-plugins/pukiwiki-like-linker';
|
|
import { pukiwikiLikeLinker } from '../remark-plugins/pukiwiki-like-linker';
|
|
|
|
|
|
|
|
|
|
+import { relativeLinksByPukiwikiLikeLinker } from './relative-links-by-pukiwiki-like-linker';
|
|
|
|
|
+
|
|
|
describe('relativeLinksByPukiwikiLikeLinker', () => {
|
|
describe('relativeLinksByPukiwikiLikeLinker', () => {
|
|
|
|
|
|
|
|
/* eslint-disable indent */
|
|
/* eslint-disable indent */
|