Remove nested "it"s
Reviewed By: jeanlauliac Differential Revision: D5765323 fbshipit-source-id: 506865ef41ce272898cca9af28c0106ee3a0f57d
This commit is contained in:
parent
307e40b8e5
commit
ef3fe66489
|
@ -1,3 +1,12 @@
|
|||
/**
|
||||
* Copyright (c) 2013-present, Facebook, Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is licensed under the BSD-style license found in the
|
||||
* LICENSE file in the root directory of this source tree. An additional grant
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
const xcode = require('xcode');
|
||||
|
@ -23,7 +32,6 @@ describe('ios::addProjectToLibraries', () => {
|
|||
|
||||
const child = last(libraries.children);
|
||||
|
||||
expect((['value', 'comment']), child).toBeTruthy();
|
||||
expect(child.comment).toBe(file.basename);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue