Last active
August 10, 2018 09:23
-
-
Save MonsieurMan/ea9568ead326ee17997fe0d35baf7304 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
it('updates the result if we change the props', async () => { | |
element.a = 1; | |
element.b = 1; | |
await testWindow.flush(); | |
expect(element.textContent).toEqual('2'); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment