Skip to content

Commit 9db56e1

Browse files
committed
Add bug report fixture for issue 628 circuit json
1 parent 9d89696 commit 9db56e1

File tree

2 files changed

+23277
-0
lines changed

2 files changed

+23277
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// @ts-nocheck
2+
import { AutoroutingPipelineDebugger } from "lib/testing/AutoroutingPipelineDebugger"
3+
import bugReportJson from "./bugreport45-issue628.json"
4+
5+
export default () => {
6+
return <AutoroutingPipelineDebugger srj={bugReportJson.simple_route_json} />
7+
}

0 commit comments

Comments
 (0)