Skip to content

Commit

Permalink
test(plugin-seo): fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Oct 10, 2024
1 parent 28c810a commit 63f3e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/seo/plugin-seo/tests/node/description.spec.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { describe, expect, it } from 'vitest'
import type { Bundler } from 'vuepress/core'
import { createBaseApp } from 'vuepress/core'
import { createBuildApp } from 'vuepress/core'
import { path } from 'vuepress/utils'
import { blogPlugin } from '../../../../blog/plugin-blog/src/node/blogPlugin.js'
import { seoPlugin } from '../../src/node/index.js'
import { emptyTheme } from '../__fixtures__/theme/empty.js'

const app = createBaseApp({
const app = createBuildApp({
bundler: {} as Bundler,
source: path.resolve(__dirname, '../__fixtures__/src'),
theme: emptyTheme,
Expand Down

0 comments on commit 63f3e5a

Please sign in to comment.