// Developer.test.jsx
import { render, screen } from "@testing-library/react";
import Developer from "@/components/Developer";
test("Developer ✔", () => {
render(<Developer />);
const dev = screen.getByRole('coder', {
name: /ahor isaac/i
});
expect(dev).toBeProblemSolver();
});
I'm a solution. I find solutions, & I bring solutions.
Snr. Full-stack SWE, & Tester ~ Python, Laravel, and React Native.
Pinned Loading
-
ml-diabetes-pred
ml-diabetes-pred PublicPython Machine Learning Diabetes Prediction using SVM
Jupyter Notebook
-
ml-house-price-pred
ml-house-price-pred PublicPython Machine Learning House Price Prediction
Jupyter Notebook
-
react-typescript-cocktails
react-typescript-cocktails PublicSearch for your favorite cocktails. Implemented using the cocktails db api with react-router-dom.
TypeScript
-
ml-tita-surv-pred
ml-tita-surv-pred PublicTitanic Survival Prediction with Machine Learning in Python
Jupyter Notebook
-
ml-fake-news-pred
ml-fake-news-pred PublicFake News Prediction with Python Machine Learning
Jupyter Notebook
-
ml-loan-status-pred
ml-loan-status-pred PublicLoan Status Prediction with Machine Learning Python
Jupyter Notebook
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.