Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Foxman committed Nov 14, 2024
1 parent 0136e56 commit c042a92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion frontend-interface/components/DragAndDropGrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export default function DragAndDropGrid() {

return (
<div style={{ backgroundColor: '#fff', minHeight: '100vh', color: 'black' }}>
{/* Title Section */}
{/* Title */}
<div style={{
padding: '40px 20px',
textAlign: 'center',
Expand Down
4 changes: 0 additions & 4 deletions frontend-interface/components/__tests__/NoiseModel.test.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
import React from 'react';
import { render, screen, fireEvent } from '@testing-library/react';
import '@testing-library/jest-dom';
<<<<<<< HEAD
import NoiseModel from '../NoiseModel.js';
=======
import NoiseModel from '../NoiseModel';
>>>>>>> 32e2a8731673b696e6d9ae61d7c53941aac04b1d
import fetchMock from 'jest-fetch-mock';

fetchMock.enableMocks();
Expand Down

0 comments on commit c042a92

Please sign in to comment.