Skip to content

Commit

Permalink
feat(integration): optimizing and cleaning up integration tests (#4085)
Browse files Browse the repository at this point in the history
* feat: split rspack build and dev test

* feat: alias set test use ts

* feat: app-document test use ts

* feat: asset prefix test launchApp once

* feat: asset prefix test structor

* feat: bff test use one app dir

* feat: builder plugins test structor

* feat: copy public html test structor

* feat: split css test

* feat: split esbuild test

* feat: split load config test

* feat: main entry name test use ts

* feat: mwa app test use ts

* fix: nonce test ts error

* fix: routes test type error

* feat: temp dir test use ts

* feat: split swc test

* feat: ssr test use ts

* feat: split ssg test

* feat: server prod test use ts

* feat: split select entry test

* feat: @types/jest use same version

* fix: fail test

* feat: rename test to tests

* fix: tsconfig
  • Loading branch information
caohuilin authored Jun 28, 2023
1 parent 62c2cda commit 99a4833
Show file tree
Hide file tree
Showing 184 changed files with 1,599 additions and 1,674 deletions.
196 changes: 90 additions & 106 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions tests/integration/alias-set/modern.config.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
import { appTools, defineConfig } from '@modern-js/app-tools';

export default defineConfig({
source: {
alias: {
'@common': './src/common',
'@components': './src/components',
},
},
runtime: {},
plugins: [appTools()],
});
Loading

0 comments on commit 99a4833

Please sign in to comment.