Skip to content

Commit

Permalink
Try logging the code in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
benjervis committed Dec 17, 2024
1 parent c7d1a9c commit 82fe9f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/integration-tests/test/domain-sharding.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ describe('domain-sharding', () => {
if (!mainBundle) return assert(mainBundle);

const code = await overlayFS.readFile(mainBundle.filePath, 'utf-8');
console.log(code);
assert.ok(
code.includes(
`require("e480067c5bab431e")(require("5091f5df3a0c51b6").shardUrl(require("5e2c91749d676db2").getBundleURL('d8wEr') + "b.437614b2.js", ${maxShards})`,
Expand Down

0 comments on commit 82fe9f3

Please sign in to comment.