Skip to content

Commit

Permalink
Fix internal linting setup and add missing headers (facebook#1741)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored and athill committed May 24, 2017
1 parent 19a8321 commit d1f1467
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-scripts/config/jest/babelTransform.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
*/
'use strict';

'use strict';

const babelJest = require('babel-jest');

module.exports = babelJest.createTransformer({
Expand Down
2 changes: 2 additions & 0 deletions packages/react-scripts/scripts/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
// @remove-on-eject-end
'use strict';

'use strict';

process.env.NODE_ENV = 'test';
process.env.PUBLIC_URL = '';

Expand Down

0 comments on commit d1f1467

Please sign in to comment.