Add a unit test

This commit is contained in:
2024-01-06 18:51:59 -07:00
parent d68561b372
commit e527b198f9
3 changed files with 16 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
import React from "react";
import renderer from "react-test-renderer";
import App from "./App";
import App from "../App";
describe("<App />", () => {