mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
highlight.js doesn't like tsx
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user