Skip to content

Commit

Permalink
Introduce failing test to demonstrate nesting bug
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Nov 12, 2023
1 parent 40f90c3 commit 7990016
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions test/hanami-assets.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ describe("hanami-assets", () => {
url: "/assets/logo-C1EF77E4.png",
sri: ["sha384-7q5x+ZjZrCoWwyV0BTyc8HUPf1xr+n9l77gwxmwywPWSe0PtopZj1T8NTUPFo0FI"],
},
"nested/image.jpg": {
sri: ["sha384-M7QyKTUfzyVWNC4FoMYq0ypu7LDifAYWEtXRT5d6M3Prpau9t5wavW1216HhvCJc"],
url: "/assets/image-83509E65.jpg",
},
});
});

Expand Down

0 comments on commit 7990016

Please sign in to comment.