You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert.equal(preDiff.calculatePatch(postDiff).length,0,"Input directory unchanged after rebuild.");
82
90
assert.equal(transport["css"],".a { color: blue; } .b { color: yellow; }","Modifications to block files trigger build but result in no output tree changes.");
83
91
assert.deepEqual(output.changes(),{},"Modifications to block files trigger build but result in no output tree changes.");
0 commit comments