Skip to content

Commit

Permalink
🐛 fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnath committed Jun 2, 2024
1 parent 4b0f3f9 commit 633dd40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion sample.resume.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@
"meta": {
"canonical": "https://gist.githubusercontent.com/scottnath/9e7a7ceb9425336c6aa08d58afb63b8d/raw",
"version": "0.1.0",
"lastModified": "2024-05-30T18:30:16.736Z",
"themeOptions": {
"preordered": true,
"sectionTitles": {
Expand Down
2 changes: 1 addition & 1 deletion test/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ exports[`renders a resume 1`] = `
<footer part="meta" itemprop="owns" itemscope itemtype="https://schema.org/TextDigitalDocument">
<p><a href="https://gist.githubusercontent.com/scottnath/9e7a7ceb9425336c6aa08d58afb63b8d/raw" itemprop="sameAs"><span >canonical resume.json file</span></a></p>
<p>version <span itemprop="version">0.1.0</span></p>
<p>last modified <time datetime="2024-05-30T18:30:16.736Z" itemprop="dateModified">5/30/2024, 2:30:16 PM</time></p>
</footer>
</article>
Expand Down

0 comments on commit 633dd40

Please sign in to comment.