Skip to content

Commit

Permalink
Appease the danger bot thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Jacobs committed Jan 26, 2017
1 parent 571061e commit 2e8bf19
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/module/__tests__/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2017-present Facebook. All Rights Reserved.
'use strict';

import Contents from '../sample';

describe('module field resolution', () => {
Expand Down
3 changes: 3 additions & 0 deletions examples/module/sample/correct.js
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
// Copyright 2017-present Facebook. All Rights Reserved.
'use strict';

export default '👏';
3 changes: 3 additions & 0 deletions examples/module/sample/wrong.js
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
// Copyright 2017-present Facebook. All Rights Reserved.
'use strict';

module.exports = '😒';

0 comments on commit 2e8bf19

Please sign in to comment.