Skip to content

Commit 6c765f9

Browse files
committed
chore: fix unit test
1 parent fd8d296 commit 6c765f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/weapp-tailwindcss/test/presets/hbuilderx.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { afterEach, describe, expect, it, vi } from 'vitest'
22

3-
import { hbuilderx } from '@/presets'
3+
import { hbuilderx } from '@/presets/hbuilderx'
44
import { setupEnvSandbox } from './helpers'
55

66
describe('hbuilderx preset', () => {

packages/weapp-tailwindcss/test/presets/taro.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { afterEach, describe, expect, it, vi } from 'vitest'
22

3-
import { taro } from '@/presets'
3+
import { taro } from '@/presets/taro'
44
import { setupEnvSandbox } from './helpers'
55

66
describe('taro preset', () => {

0 commit comments

Comments
 (0)