Skip to content

Commit 90a6f87

Browse files
committed
revert changes on Sketchlist
1 parent bda1507 commit 90a6f87

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

client/modules/IDE/components/Editor.unit.test.jsx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,6 @@ import { initialTestState } from '../../../testData/testReduxStore';
1414

1515
jest.mock('../../../i18n');
1616

17-
// const server = setupServer(
18-
// rest.get(`/${initialTestState.user.username}/projects`, (req, res, ctx) =>
19-
// // it just needs to return something so it doesn't throw an error
20-
// // Sketchlist tries to grab projects on creation but for the unit test
21-
// // we just feed those in as part of the initial state
22-
// res(ctx.json({ data: 'foo' }))
23-
// )
24-
// );
25-
26-
// beforeAll(() => server.listen());
27-
// afterEach(() => server.resetHandlers());
28-
// afterAll(() => server.close());
29-
3017
describe('<Editor />', () => {
3118
const mockStore = configureStore([thunk]);
3219
const store = mockStore(initialTestState);

0 commit comments

Comments
 (0)