Skip to content

Commit

Permalink
Remove useless files
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco committed Aug 14, 2023
1 parent d0dba0d commit 1adfa4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion reports/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<!--
Expand Down
1 change: 0 additions & 1 deletion reports/public/vite.svg

This file was deleted.

7 changes: 4 additions & 3 deletions reports/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import './App.css'
import { ReportsReportTestRunReport } from './types/TestRunReport'

// TODO: Replace with actual JSON report. Placeholder to verify proper typing.
const report: ReportsReportTestRunReport = {
const report: ReportsReportTestRunReport =
{
baseline_signature: '',
codebase_version: '',
commit_hash: '',
Expand All @@ -24,8 +25,8 @@ function App() {
console.log("Configuration:", configuration)
return (
<>
<h1>Report</h1>
<code>{JSON.stringify(report, null, 2)}</code>
<h1>Report</h1>
<code>{JSON.stringify(report, null, 2)}</code>
</>
)
}
Expand Down

0 comments on commit 1adfa4c

Please sign in to comment.