Skip to content

Commit

Permalink
test(skyline): 更新snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
yushijie1 committed Nov 21, 2024
1 parent 21ad34d commit 4eb92e5
Show file tree
Hide file tree
Showing 14 changed files with 1,835 additions and 709 deletions.
87 changes: 64 additions & 23 deletions tests/__tests__/__snapshots__/babel.spec.ts.snap

Large diffs are not rendered by default.

87 changes: 64 additions & 23 deletions tests/__tests__/__snapshots__/compiler-macros.spec.ts.snap

Large diffs are not rendered by default.

435 changes: 320 additions & 115 deletions tests/__tests__/__snapshots__/config.spec.ts.snap

Large diffs are not rendered by default.

174 changes: 128 additions & 46 deletions tests/__tests__/__snapshots__/css-modules.spec.ts.snap

Large diffs are not rendered by default.

266 changes: 174 additions & 92 deletions tests/__tests__/__snapshots__/framework.spec.ts.snap

Large diffs are not rendered by default.

30 changes: 21 additions & 9 deletions tests/__tests__/__snapshots__/mini-platform.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ require("./runtime");
</template>
<template name="tmpl_0_1">
<view style="{{i.st}}" class="{{i.cl}}" bindtap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
<view style="{{i.st}}" class="{{i.cl}}" onTap="eh" id="{{i.uid||i.sid}}" data-sid="{{i.sid}}">
<template is="{{xs.a(0, item.nn)}}" data="{{i:item}}" a:for="{{i.cn}}" a:key="sid" />
</view>
</template>
Expand Down Expand Up @@ -1469,11 +1469,15 @@ require("./runtime");
var config = {
navigationBarTitleText: "\\u9996\\u9875"
};
var inst = Page((0, taro_runtime.eU)(Index, "pages/index/index", {
var taroOption = (0, taro_runtime.eU)(Index, "pages/index/index", {
root: {
cn: []
}
}, config || {}));
}, config || {});
if (Index?.behaviors) {
taroOption.behaviors = [ ...taroOption.behaviors || [], ...Index.behaviors ];
}
var inst = Page(taroOption);
var index = null && component;
}
}, function(__webpack_require__) {
Expand Down Expand Up @@ -2577,11 +2581,15 @@ require("./runtime");
var config = {
navigationBarTitleText: "\\u9996\\u9875"
};
var inst = Page((0, taro_runtime.eU)(Index, "pages/index/index", {
var taroOption = (0, taro_runtime.eU)(Index, "pages/index/index", {
root: {
cn: []
}
}, config || {}));
}, config || {});
if (Index?.behaviors) {
taroOption.behaviors = [ ...taroOption.behaviors || [], ...Index.behaviors ];
}
var inst = Page(taroOption);
var index = null && component;
}
}, function(__webpack_require__) {
Expand Down Expand Up @@ -3847,7 +3855,7 @@ require("./runtime");
} ]);
/** filePath: dist/comp.json **/
{"component":true,"usingComponents":{"comp":"./comp"}}
{"component":true,"styleIsolation":"apply-shared","usingComponents":{"comp":"./comp"}}
/** filePath: dist/comp.jxml **/
<import src="./base.jxml" />
Expand Down Expand Up @@ -4254,11 +4262,15 @@ require("./runtime");
var config = {
navigationBarTitleText: "\\u9996\\u9875"
};
var inst = Page((0, taro_runtime.eU)(Index, "pages/index/index", {
var taroOption = (0, taro_runtime.eU)(Index, "pages/index/index", {
root: {
cn: []
}
}, config || {}));
}, config || {});
if (Index?.behaviors) {
taroOption.behaviors = [ ...taroOption.behaviors || [], ...Index.behaviors ];
}
var inst = Page(taroOption);
var index = null && component;
}
}, function(__webpack_require__) {
Expand Down Expand Up @@ -4287,7 +4299,7 @@ require("./runtime");
/** filePath: dist/utils.jds **/
module.exports = {
a: function (l, n, s) {
var a = ["8","0","1","19","6","3","12","7","5","40","41","23","20","38","42","43","root-portal"]
var a = ["8","0","19","6","3","1","12","7","5","40","41","23","20","38","42","43","root-portal"]
var b = ["5","40","41","23","20","38","42","43","root-portal"]
if (a.indexOf(n) === -1) {
l = 0
Expand Down
87 changes: 64 additions & 23 deletions tests/__tests__/__snapshots__/parse-html.spec.ts.snap

Large diffs are not rendered by default.

315 changes: 231 additions & 84 deletions tests/__tests__/__snapshots__/prerender.spec.ts.snap

Large diffs are not rendered by default.

435 changes: 320 additions & 115 deletions tests/__tests__/__snapshots__/sass.spec.ts.snap

Large diffs are not rendered by default.

133 changes: 87 additions & 46 deletions tests/__tests__/__snapshots__/skyline.spec.ts.snap

Large diffs are not rendered by default.

103 changes: 76 additions & 27 deletions tests/__tests__/__snapshots__/subpackages.spec.ts.snap

Large diffs are not rendered by default.

218 changes: 158 additions & 60 deletions tests/__tests__/__snapshots__/tabbar.spec.ts.snap

Large diffs are not rendered by default.

87 changes: 64 additions & 23 deletions tests/__tests__/__snapshots__/ts.spec.ts.snap

Large diffs are not rendered by default.

87 changes: 64 additions & 23 deletions tests/__tests__/__snapshots__/wx-hybrid.spec.ts.snap

Large diffs are not rendered by default.

0 comments on commit 4eb92e5

Please sign in to comment.