Skip to content

Commit 7e7e5b4

Browse files
authored
fix(custom-jsdom-html): add Copyright Header
1 parent 144a9d5 commit 7e7e5b4

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

e2e/custom-jsdom-html/__tests__/test.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
3+
*
4+
* This source code is licensed under the MIT license found in the
5+
* LICENSE file in the root directory of this source tree.
6+
*/
7+
18
test('jsdom custom html', () => {
29
/* eslint-disable-next-line no-undef */
310
expect(document.getElementById('root')).toBeTruthy();

e2e/custom-jsdom-html/babel.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
3+
*
4+
* This source code is licensed under the MIT license found in the
5+
* LICENSE file in the root directory of this source tree.
6+
*/
7+
18
module.exports = {
29
presets: [
310
[

0 commit comments

Comments
 (0)