diff --git a/link/__tests__/ios/addProjectToLibraries.spec.js b/link/__tests__/ios/addProjectToLibraries.spec.js index 377a69b53..7cfe0909c 100644 --- a/link/__tests__/ios/addProjectToLibraries.spec.js +++ b/link/__tests__/ios/addProjectToLibraries.spec.js @@ -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); }); });