-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: 抽离webpack5-runner 测试到 tests
- Loading branch information
liuzejia
authored and
liuzejia
committed
May 27, 2024
1 parent
d71d46f
commit 5b9772f
Showing
257 changed files
with
3,092 additions
and
1,326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
packages/taro-webpack5-runner/src/__tests__/fixtures/wx-hybrid/babel.config.js
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
packages: | ||
- 'packages/**' | ||
- 'tests' | ||
- '!packages/taro-cli/templates/**' | ||
- '!**/__tests__/**' | ||
- '!**/dist/**' | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `@tarojs/tests` | ||
|
||
把之前在 `@tarojs/webpack5-runner` 的测试迁移到此,作为整个 taro 项目的流程测试 |
Oops, something went wrong.