// src/component/BasicLineChart/BasicLineChart.test.tsx import React from 'react' import { shallow } from 'enzyme' import BasicLineChart from './BasicLineChart' describe('<BasicLineChart />', () => { let component beforeEach(() => { component = shallow(<BasicLineChart top={10} right...
From here, you should be able to browse the code from the file tree in the panel on the left. Try editing a file (such asapp/routes/__pages/index.tsx) by adding or removing some text and watch the browser preview reload automatically, reflecting the changes you just made. ...