Skip to content

Commit

Permalink
chore: debug esm
Browse files Browse the repository at this point in the history
  • Loading branch information
mabels committed Jan 13, 2025
1 parent 983f478 commit 5481e2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions smoke/esm/src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ it("esm.sh", async () => {
console.log("window", window.FP_VERSION);

Check warning on line 6 in smoke/esm/src/index.test.ts

View workflow job for this annotation

GitHub Actions / Quality Checks

Unexpected console statement
const res = await fetch(`http://localhost:4874/@fireproof/core@${window.FP_VERSION}?no-dts`);
console.log("window-res", await res.text());

Check warning on line 8 in smoke/esm/src/index.test.ts

View workflow job for this annotation

GitHub Actions / Quality Checks

Unexpected console statement
const { fireproof } = await import(/* @vite-ignore */ `http://localhost:4874/@fireproof/core@${window.FP_VERSION}?no-dts`);
console.log("window-imp", fireproof);

Check warning on line 10 in smoke/esm/src/index.test.ts

View workflow job for this annotation

GitHub Actions / Quality Checks

Unexpected console statement

script.textContent = `
console.log("pre-window-js", window.FP_VERSION)
Expand Down

0 comments on commit 5481e2e

Please sign in to comment.