-
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.
* feat(ci): 支持 Windows 环境测试 * fix(win): 修复 window mkdir 报错 * fix: 修复因操作系统路径分割符不同导致测试用例不通过的问题 * fix: 修复taro-cli测试用例报错 * fix: 修复 fs 引入问题 * feat(jest): update snapshot resolver * feat(jest): update snapshot resolver * feat: win环境下,获取shell值兜底 * feat: windows 的info保持原状 * feat: 不修改运行代码,修改测试用例,实在找不到windows环境下获取当前 shell 信息的方法 * style: 删除多余的空行 * fix(rn-runner): 兼容 win 路径分隔符 * fix(wins): 修复路径对齐方法 * test(cli): udpate info --------- Co-authored-by: [email protected] <[email protected]> Co-authored-by: liuzejia <[email protected]> Co-authored-by: biorz <“[email protected]”> Co-authored-by: unknown <[email protected]>
- Loading branch information
1 parent
f68cc61
commit 5b9a80b
Showing
22 changed files
with
12 additions
and
7 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
Empty file.
Empty file.
Empty file.
Empty file.
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
Empty file.
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 |
---|---|---|
|
@@ -3,4 +3,5 @@ | |
require('../dist/util').printPkgVersion() | ||
|
||
const CLI = require('../dist/cli').default | ||
|
||
new CLI().run() |
Empty file.
Empty file modified
0
...-helper/swc/plugin-define-config/target/wasm32-wasi/release/swc_plugin_define_config.wasm
100755 → 100644
Empty file.
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
Empty file modified
0
packages/taro-mini-runner/src/__tests__/fixtures/custom-tabbar/src/assets/nav.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
packages/taro-mini-runner/src/__tests__/fixtures/custom-tabbar/src/assets/view.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
packages/taro-mini-runner/src/__tests__/fixtures/tabbar/src/assets/nav.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
packages/taro-mini-runner/src/__tests__/fixtures/tabbar/src/assets/view.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
...es/taro-webpack5-runner/src/__tests__/fixtures/custom-tabbar/src/assets/nav.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
...s/taro-webpack5-runner/src/__tests__/fixtures/custom-tabbar/src/assets/view.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
packages/taro-webpack5-runner/src/__tests__/fixtures/tabbar/src/assets/nav.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
packages/taro-webpack5-runner/src/__tests__/fixtures/tabbar/src/assets/view.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion
2
packages/taro-webpack5-runner/src/__tests__/mini-split-chunks.spec.ts
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,4 +1,4 @@ | ||
import * as fs from 'fs-extra' | ||
import { fs } from '@tarojs/helper' | ||
import * as path from 'path' | ||
|
||
let compile | ||
|
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