Skip to content

Commit

Permalink
copyright header
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jan 29, 2019
1 parent 67e15fa commit 66fc597
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion e2e/global-setup-custom-transform/transformer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.

'use strict';

const fileToTransform = require.resolve('./index.js');
console.log('hello!');

module.exports = {
process(src, filename) {
Expand Down

0 comments on commit 66fc597

Please sign in to comment.