Skip to content

Commit

Permalink
minor cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhonas committed Jun 6, 2024
1 parent fcc137b commit 7368201
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions cypress/e2e/site.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ context("site", () => {
cy.get("a[href='https://www.linkedin.com/in/clint-plummer/']").should(
"exist"
);
// .then(($anchor) => {
// cy.request($anchor.attr("href")).its("status").should("eq", 200);
// });
});
});

Expand Down
2 changes: 1 addition & 1 deletion resume/resume-transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def run(self):
import json
resume = json.load(open(self.input()['resume'].path))

# TODO: not a big fan of the hard coded path concatenation here
# FIXME: not a big fan of the hard coded path concatenation here
# this should be refactored to be more dynamic
subprocess.run(["node", "url2pdf.cjs", resume['basics']
['url'] + '/resume', self.output().path])
Expand Down

0 comments on commit 7368201

Please sign in to comment.