Skip to content

Commit

Permalink
Update integration/resource-routes-test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds authored and mcansh committed Jul 25, 2022
1 parent 2d3b114 commit 51036c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/resource-routes-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ test.describe("loader in an app", () => {
expect(await page.content()).toContain('{"hello":"world"}');
});

test.only("should include imported asset in build", async ({ page }) => {
test("should include imported asset in build", async ({ page }) => {
let app = new PlaywrightFixture(appFixture, page);
let res = await app.goto("/image.png");
expect(res.status()).toBe(200);
Expand Down

0 comments on commit 51036c6

Please sign in to comment.