File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
examples/shnippet-demo/src Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -92,15 +92,24 @@ function App() {
9292 < div className = "info-card__section" >
9393 < h3 > Source reference</ h3 >
9494 < p >
95- Browse the tests and configuration in the repository once it is published to GitHub.
95+ Browse the full project on GitHub or jump straight to the test suite powering these
96+ snippets.
9697 </ p >
9798 < a
9899 className = "info-card__link"
99- href = "https://github.com/shnippet /shnippet-demo "
100+ href = "https://github.com/dayhaysoos /shnippet"
100101 target = "_blank"
101102 rel = "noreferrer"
102103 >
103- View on GitHub
104+ View repository
105+ </ a >
106+ < a
107+ className = "info-card__link"
108+ href = "https://github.com/dayhaysoos/shnippet/blob/main/examples/shnippet-demo/tests/math.test.ts"
109+ target = "_blank"
110+ rel = "noreferrer"
111+ >
112+ Inspect math tests
104113 </ a >
105114 </ div >
106115 </ div >
You can’t perform that action at this time.
0 commit comments