Skip to content

Commit d1f1467

Browse files
gaearonathill
authored andcommitted
Fix internal linting setup and add missing headers (facebook#1741)
1 parent 19a8321 commit d1f1467

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/react-scripts/config/jest/babelTransform.js

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
*/
99
'use strict';
1010

11+
'use strict';
12+
1113
const babelJest = require('babel-jest');
1214

1315
module.exports = babelJest.createTransformer({

packages/react-scripts/scripts/test.js

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
// @remove-on-eject-end
1111
'use strict';
1212

13+
'use strict';
14+
1315
process.env.NODE_ENV = 'test';
1416
process.env.PUBLIC_URL = '';
1517

0 commit comments

Comments
 (0)