Created
February 3, 2015 13:06
-
-
Save freetonik/eece76f72dde8ea4b1d5 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 stock market table when user configuration changes", function() { | |
config.setStartingBalance(...); | |
var expectedTable = <StockMarketTable stockMarketProjection={projectionFor(config)} />; | |
var actualTable = TestUtils.findRenderedComponentWithType(app, StockMarketTable); | |
// Но как делать сравнение? | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment