Move all dev *Hook tests and ComponentTreeTestUtils to expectDev (#8350)

This commit is contained in:
Tom Occhino
2016-11-18 18:53:48 +00:00
committed by GitHub
parent 0deb71223d
commit dfdff2b61a
6 changed files with 127 additions and 123 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ function expectTree(rootID, expectedTree, parentPath) {
function expectEqual(actual, expected, name) {
// Get Jasmine to print descriptive error messages.
// We pass path so that we know where the mismatch occurred.
expect({
expectDev({
path,
[name]: actual,
}).toEqual({