Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/nuxtPublic

Commit96b39a1

Browse files
committed
test: update to v4 directory structure
1 parent629bdfa commit96b39a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎test/e2e/hmr.test.ts‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,15 +174,15 @@ if (process.env.TEST_ENV === 'built' || isWindows) {
174174
expect(filteredLogs).toStrictEqual([])
175175
})
176176

177-
test.fail('should support renaming files to same import name',async({ page, goto})=>{
177+
test('should support renaming files to same import name',async({ page, goto})=>{
178178
awaitgoto('/rename-component')
179179

180180
awaitexpect(page.getByTestId('example')).toHaveText('test.vue')
181181

182-
renameSync(join(fixtureDir,'components/example/test.vue'),join(fixtureDir,'components/example/example-test.vue'))
182+
renameSync(join(fixtureDir,'app/components/example/test.vue'),join(fixtureDir,'app/components/example/example-test.vue'))
183183

184184
writeFileSync(
185-
join(fixtureDir,'components/example/example-test.vue'),
185+
join(fixtureDir,'app/components/example/example-test.vue'),
186186
`<template><div data-testid="example">example-test.vue</div></template>`,
187187
)
188188

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp