WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 308fcf6

Browse files
authored
test: remove failure expected cases (#536)
1 parent f8319f6 commit 308fcf6

File tree

22 files changed

+1
-298
lines changed

22 files changed

+1
-298
lines changed

packages/vite/src/node/__tests__/plugins/completeAmdWrap.spec.ts

Lines changed: 0 additions & 46 deletions
This file was deleted.

packages/vite/src/node/build.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ import {
7070
resolveChokidarOptions,
7171
resolveEmptyOutDir,
7272
} from './watch'
73-
import { completeAmdWrapPlugin } from './plugins/completeAmdWrap'
74-
import { completeSystemWrapPlugin } from './plugins/completeSystemWrap'
7573
import { webWorkerPostPlugin } from './plugins/worker'
7674
import { getHookHandler } from './plugins'
7775
import { BaseEnvironment } from './baseEnvironment'
@@ -505,8 +503,6 @@ export async function resolveBuildPlugins(config: ResolvedConfig): Promise<{
505503
}> {
506504
return {
507505
pre: [
508-
completeAmdWrapPlugin(),
509-
completeSystemWrapPlugin(),
510506
...(!config.isWorker ? [prepareOutDirPlugin()] : []),
511507
perEnvironmentPlugin(
512508
'vite:rollup-options-plugins',

packages/vite/src/node/plugins/completeAmdWrap.ts

Lines changed: 0 additions & 30 deletions
This file was deleted.

packages/vite/src/node/plugins/completeSystemWrap.ts

Lines changed: 0 additions & 23 deletions
This file was deleted.

playground/amd/__tests__/amd.spec.ts

Lines changed: 0 additions & 17 deletions
This file was deleted.

playground/amd/asset.png

-12.5 KB
Binary file not shown.

playground/amd/index.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

playground/amd/package.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

playground/amd/public/index.html

Lines changed: 0 additions & 30 deletions
This file was deleted.

playground/amd/vite.config.ts

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)