mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:39:05 +08:00
fix: 修复 ci 报错 (#6790)
This commit is contained in:
parent
2e9d76b660
commit
2d18679542
3
.github/workflows/pr-test.yml
vendored
3
.github/workflows/pr-test.yml
vendored
@ -44,4 +44,7 @@ jobs:
|
||||
- name: test
|
||||
run: |
|
||||
npm test --workspaces
|
||||
cd packages/ooxml-viewer
|
||||
npm test
|
||||
cd ../../
|
||||
sh deploy-gh-pages.sh
|
||||
|
@ -18,6 +18,7 @@ exports[`alt-text 1`] = `
|
||||
style="display: inline-block; width: 405.32px; height: 118.66px;"
|
||||
>
|
||||
<img
|
||||
alt="{{var1}}"
|
||||
src="blob:http://localhost/mock"
|
||||
style="position: relative; left: 0.00px; top: 0.00px; width: 405.32px; height: 118.66px;"
|
||||
/>
|
||||
|
@ -18,6 +18,9 @@ exports[`image 1`] = `
|
||||
style="display: inline-block; width: 189.33px; height: 58.67px;"
|
||||
>
|
||||
<img
|
||||
alt="Logo
|
||||
|
||||
Description automatically generated"
|
||||
src="blob:http://localhost/mock"
|
||||
style="position: relative; left: 0.00px; top: 0.00px; width: 189.33px; height: 58.67px; transform: rotate(49.310066666666664deg);"
|
||||
/>
|
||||
|
@ -18,6 +18,7 @@ exports[`svg 1`] = `
|
||||
style="display: inline-block; width: 623.98px; height: 623.98px;"
|
||||
>
|
||||
<img
|
||||
alt=""
|
||||
src="blob:http://localhost/mock"
|
||||
style="position: relative; left: 0.00px; top: 0.00px; width: 623.98px; height: 623.98px;"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user