Fixed a typo.
This commit is contained in:
		
							parent
							
								
									4be9354375
								
							
						
					
					
						commit
						625fc80a2c
					
				
					 3 changed files with 0 additions and 19 deletions
				
			
		| 
						 | 
				
			
			@ -1,9 +0,0 @@
 | 
			
		|||
import React, { Component } from "react";
 | 
			
		||||
 | 
			
		||||
class AgentPage extends Component {
 | 
			
		||||
  render() {
 | 
			
		||||
    return <div>AgentPage</div>;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export default AgentPage;
 | 
			
		||||
| 
						 | 
				
			
			@ -1,10 +0,0 @@
 | 
			
		|||
import React from "react";
 | 
			
		||||
import { shallow } from "enzyme";
 | 
			
		||||
import AgentPage from "./agent-page";
 | 
			
		||||
 | 
			
		||||
describe("AgentPage", () => {
 | 
			
		||||
  test("matches snapshot", () => {
 | 
			
		||||
    const wrapper = shallow(<AgentPage />);
 | 
			
		||||
    expect(wrapper).toMatchSnapshot();
 | 
			
		||||
  });
 | 
			
		||||
});
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue