Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakaryCode committed Sep 20, 2022
1 parent 2a1a8aa commit 2bac082
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/taro-webpack-runner/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
setupFilesAfterEnv: ['./src/__tests__/setup/index.ts'],
testEnvironment: 'node',
testMatch: ['**/__tests__/?(*.)+(spec|test).[jt]s?(x)'],
testTimeout: 60000,
testTimeout: 120000,
transform: {
'^.+\\.jsx?$': 'babel-jest',
'^.+\\.tsx?$': 'ts-jest',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4749,7 +4749,8 @@ exports[`babel should convert do expressions 2`] = `
\\"640\\": 1.17,
\\"750\\": 1,
\\"828\\": .905
}
},
\\"baseFontSize\\": 20
});
} ]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4744,7 +4744,8 @@ exports[`compiler-macros - defineAppConfig and definePageConfig should read app
\\"640\\": 1.17,
\\"750\\": 1,
\\"828\\": .905
}
},
\\"baseFontSize\\": 20
});
} ]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4756,7 +4756,8 @@ exports[`config should build from origin and pipe to output 2`] = `
\\"640\\": 1.17,
\\"750\\": 1,
\\"828\\": .905
}
},
\\"baseFontSize\\": 20
});
} ]);

Expand Down Expand Up @@ -9532,7 +9533,8 @@ I m irrelevant.
\\"640\\": 1.17,
\\"750\\": 1,
\\"828\\": .905
}
},
\\"baseFontSize\\": 20
});
} ]);

Expand Down Expand Up @@ -14308,7 +14310,8 @@ exports[`config should resolved alias 2`] = `
\\"640\\": 1.17,
\\"750\\": 1,
\\"828\\": .905
}
},
\\"baseFontSize\\": 20
});
} ]);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4773,7 +4773,8 @@ exports[`css modules should use css modules with global mode 2`] = `
\\"640\\": 1.17,
\\"750\\": 1,
\\"828\\": .905
}
},
\\"baseFontSize\\": 20
});
} ]);

Expand Down Expand Up @@ -9558,7 +9559,8 @@ exports[`css modules should use css modules with module mode 2`] = `
\\"640\\": 1.17,
\\"750\\": 1,
\\"828\\": .905
}
},
\\"baseFontSize\\": 20
});
} ]);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4755,7 +4755,8 @@ exports[`nerv should build nerv app 2`] = `
\\"640\\": 1.17,
\\"750\\": 1,
\\"828\\": .905
}
},
\\"baseFontSize\\": 20
});
} ]);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4756,7 +4756,8 @@ exports[`react should build react app 2`] = `
\\"640\\": 1.17,
\\"750\\": 1,
\\"828\\": .905
}
},
\\"baseFontSize\\": 20
});
} ]);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4731,7 +4731,8 @@ exports[`sass should build app with sass 2`] = `
\\"640\\": 1.17,
\\"750\\": 1,
\\"828\\": .905
}
},
\\"baseFontSize\\": 20
});
} ]);

Expand Down Expand Up @@ -9503,7 +9504,8 @@ exports[`sass should build app with scss 2`] = `
\\"640\\": 1.17,
\\"750\\": 1,
\\"828\\": .905
}
},
\\"baseFontSize\\": 20
});
} ]);

Expand Down Expand Up @@ -14275,7 +14277,8 @@ exports[`sass should set global sass content with data 2`] = `
\\"640\\": 1.17,
\\"750\\": 1,
\\"828\\": .905
}
},
\\"baseFontSize\\": 20
});
} ]);

Expand Down Expand Up @@ -19047,7 +19050,8 @@ exports[`sass should set global sass content with source & dir 2`] = `
\\"640\\": 1.17,
\\"750\\": 1,
\\"828\\": .905
}
},
\\"baseFontSize\\": 20
});
} ]);

Expand Down Expand Up @@ -23819,7 +23823,8 @@ exports[`sass should set global sass content with source 2`] = `
\\"640\\": 1.17,
\\"750\\": 1,
\\"828\\": .905
}
},
\\"baseFontSize\\": 20
});
} ]);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4831,7 +4831,8 @@ exports[`subpackages should process subpackages 2`] = `
\\"640\\": 1.17,
\\"750\\": 1,
\\"828\\": .905
}
},
\\"baseFontSize\\": 20
});
} ]);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4759,7 +4759,8 @@ exports[`typescript should build project with ts 2`] = `
\\"640\\": 1.17,
\\"750\\": 1,
\\"828\\": .905
}
},
\\"baseFontSize\\": 20
});
} ]);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4694,7 +4694,8 @@ exports[`vue should build vue app 2`] = `
\\"640\\": 1.17,
\\"750\\": 1,
\\"828\\": .905
}
},
\\"baseFontSize\\": 20
});
} ]);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4633,7 +4633,8 @@ exports[`vue3 should build vue3 app 2`] = `
\\"640\\": 1.17,
\\"750\\": 1,
\\"828\\": .905
}
},
\\"baseFontSize\\": 20
});
} ]);

Expand Down

0 comments on commit 2bac082

Please sign in to comment.