mirror of
https://github.com/facebook/react.git
synced 2026-02-26 18:58:05 +00:00
Fix broken jest test
jest accidentally picked up this .d.ts file as a test. I'll just move it out to fix it.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
///<reference path='../../../../jest/jest.d.ts'/>
|
||||
///<reference path='./react.d.ts'/>
|
||||
///<reference path='../React.d.ts'/>
|
||||
|
||||
import React = require('React');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user