From 703e3a7467a1dca11916175b99674c6ae2b38ee6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 Dec 2024 03:09:59 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Auto-commit=20changes=20from=20C?= =?UTF-8?q?I?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + src/App.test.tsx | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 src/App.test.tsx diff --git a/README.md b/README.md index a2df5eb..8d85f33 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # 🚀 GitHub Insights Dashboard + [![Deploy to GitHub Pages](https://img.shields.io/badge/GitHub%20Pages-View%20Live-brightgreen)](https://jagoda11.github.io/github-insights-dashboard/) ![License: MIT](https://img.shields.io/badge/license-MIT-pink) ![Open Issues](https://img.shields.io/github/issues/Jagoda11/github-insights-dashboard?style=flat-square&color=orange) diff --git a/src/App.test.tsx b/src/App.test.tsx new file mode 100644 index 0000000..23aff2e --- /dev/null +++ b/src/App.test.tsx @@ -0,0 +1,7 @@ +import App from './App' + +describe('App', () => { + it('✅ should be defined', () => { + expect(App).toBeDefined() + }) +})