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
{{ message }}
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.
These require before/after functions to set up DOM elements. I haven't checked if those work in gulp-shenanigans yet.
it("estimates a rounded size once the menu area is created",async()=>{// ArrangeconstroughMenuSize: IAbsoluteSizeSchema={height: 140.1,width: 210.1};constareasFaker=stubAreasFaker({styles: {
...stubStyles,innerArea: {height: `${roughMenuSize.height}px`,width: `${roughMenuSize.width}px`}}});// Actconst{ menuSize }=awaitareasFaker.createAndAppendMenuArea(stubContainerSize);// Assertexpect(menuSize).to.be.equal({height: 140,width: 210});});
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
These require
before
/after
functions to set up DOM elements. I haven't checked if those work in gulp-shenanigans yet.The text was updated successfully, but these errors were encountered: