Skip to content

Commit

Permalink
Remove nested "it"s
Browse files Browse the repository at this point in the history
Reviewed By: jeanlauliac

Differential Revision: D5765323

fbshipit-source-id: 506865ef41ce272898cca9af28c0106ee3a0f57d
  • Loading branch information
Miguel Jimenez Esun authored and facebook-github-bot committed Sep 5, 2017
1 parent 3e7deb6 commit 4ff634e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion link/__tests__/ios/addProjectToLibraries.spec.js
Original file line number Diff line number Diff line change
@@ -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');
Expand All @@ -23,7 +32,6 @@ describe('ios::addProjectToLibraries', () => {

const child = last(libraries.children);

expect((['value', 'comment']), child).toBeTruthy();
expect(child.comment).toBe(file.basename);
});
});

0 comments on commit 4ff634e

Please sign in to comment.