Skip to content

Commit

Permalink
chore: add license header
Browse files Browse the repository at this point in the history
  • Loading branch information
ekashida committed Aug 21, 2019
1 parent de78336 commit 591ec31
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/@lwc/engine/scripts/jest/preprocessor.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Copyright (c) 2018, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: MIT
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
*/
const babelCore = require('@babel/core');
const babelJest = require('babel-jest');

Expand Down

0 comments on commit 591ec31

Please sign in to comment.