Skip to content

Commit

Permalink
added copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
connectdotz committed May 29, 2024
1 parent 1b79a4f commit 71cfa0d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/jest-snapshot-utils/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

export * from './utils';
export * from './types';
7 changes: 7 additions & 0 deletions packages/jest-snapshot-utils/src/types.ts
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

export type SnapshotData = Record<string, string>;

0 comments on commit 71cfa0d

Please sign in to comment.