mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 09:12:02 +00:00
10 lines
233 B
JavaScript
10 lines
233 B
JavaScript
|
// Jest fatals for the following statement (minimal repro case)
|
||
|
//
|
||
|
// exports.something = Symbol;
|
||
|
//
|
||
|
// Until it is fixed, mocking the entire node module makes the
|
||
|
// problem go away.
|
||
|
|
||
|
'use strict';
|
||
|
module.exports = function() {};
|