highlight.js doesn't like tsx

This commit is contained in:
Elizabeth Craig
2019-03-01 11:55:42 -08:00
parent 91ebfb8517
commit 7cb74f6ed9
4 changed files with 14 additions and 14 deletions

View File

@@ -42,7 +42,7 @@ In a real app using ReactDOM, the top-level component will be rendered on the pa
The following code demonstrates how Enzyme can be used to help test React components.
```tsx
```jsx
import React from 'react';
import { mount } from 'enzyme';
import { TestMe } from './TestMe';