test(e2e): wip e2e test for todomvc

This commit is contained in:
Evan You
2019-12-02 18:18:02 -05:00
parent a984d3a531
commit 74fd6635ce
6 changed files with 178 additions and 14 deletions

View File

@@ -128,6 +128,9 @@ async function build(target) {
}
function checkAllSizes(targets) {
if (devOnly) {
return
}
console.log()
for (const target of targets) {
checkSize(target)