Skip to content

Commit

Permalink
Merge pull request #56 from OscarGarciaT/fork/UnitTests
Browse files Browse the repository at this point in the history
Corrections babel
  • Loading branch information
SebastRivera authored Aug 17, 2023
2 parents 286630f + 8fa0bde commit ae8fb0c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["@babel/preset-react", "@babel/preset-env","@babel/preset-typescript"]
"presets": ["@babel/preset-react", "@babel/preset-env"]
}
1 change: 1 addition & 0 deletions src/Components/Form/DtxSuggestField.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react';
import { Autocomplete, TextField, FormHelperText } from "@mui/material";
import useAllDiagnoses from '../../utils/hooks/useDiagnoses';
import { useState, useEffect } from "react";
Expand Down
1 change: 1 addition & 0 deletions src/Components/Table/SimplifiedOralHigene.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react';
import { useCallback, useState, useEffect } from "react";

import TableCell from "@mui/material/TableCell";
Expand Down
1 change: 1 addition & 0 deletions src/Pages/PatientInfo.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react';
import { useState, memo } from "react";
import { useForm } from "react-hook-form";

Expand Down
40 changes: 0 additions & 40 deletions src/Pages/__tests__/PatientInfo.test.js

This file was deleted.

0 comments on commit ae8fb0c

Please sign in to comment.