Sha256: 3aef2c7805f29062a35a2401c175a8535fa2b805c0db8cfb6d1ca94bc53dd477
Contents?: true
Size: 370 Bytes
Versions: 6
Compression:
Stored size: 370 Bytes
Contents
/* The purpose of this file is to test that the node_modules check in the require hook doesn't mistakenly exclude something like "not_node_modules". To pass, this file merely needs to be transpiled. The transpiled code won't, and doesn't need to, execute without error. It won't execute because React will be undefined. */ try { <Some jsx="element" />; } catch (e) {}
Version data entries
6 entries across 6 versions & 2 rubygems