Convert utils/processConfig to TS
Reviewed By: danielbuechele Differential Revision: D16710602 fbshipit-source-id: 3dbccdb0aedd3d5415487d690fb943aafdafa0f0
This commit is contained in:
committed by
Facebook Github Bot
parent
fda506086f
commit
882d7e1a39
@@ -5,7 +5,7 @@
|
||||
* @format
|
||||
*/
|
||||
|
||||
import {default as config, resetConfigForTesting} from '../processConfig.js';
|
||||
import {default as config, resetConfigForTesting} from '../processConfig.tsx';
|
||||
|
||||
afterEach(() => {
|
||||
resetConfigForTesting();
|
||||
|
||||
Reference in New Issue
Block a user