Remove nested "it"s

Reviewed By: jeanlauliac

Differential Revision: D5765323

fbshipit-source-id: 506865ef41ce272898cca9af28c0106ee3a0f57d
This commit is contained in:
Miguel Jimenez Esun 2017-09-05 05:12:02 -07:00 committed by Facebook Github Bot
parent 307e40b8e5
commit ef3fe66489
1 changed files with 9 additions and 1 deletions

View File

@ -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);
});
});