Skip to content

Commit

Permalink
fix: resolve pnpm run test:snap-update (#3120)
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 authored Jul 19, 2023
1 parent 24650ad commit f13c47c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@
"@vue/babel-plugin-jsx": "1.1.1",
"@vue/compiler-sfc": "^3.2.26",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/server-renderer": "^3.2.4",
"@vue/test-utils": "^2.1.0",
"autoprefixer": "^10.4.0",
"babel-eslint": "^10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion test/unit/test-setup.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { config } from '@vue/test-utils';
import { createApp } from 'vue';
import { renderToString } from '@vue/server-renderer';
import { renderToString } from 'vue/server-renderer';
import createFetchMock from 'vitest-fetch-mock';
import { vi } from 'vitest';
import TDesign from '@/src/index';
Expand Down

0 comments on commit f13c47c

Please sign in to comment.