Skip to content

Commit

Permalink
improve test output
Browse files Browse the repository at this point in the history
  • Loading branch information
spearwolf committed Jun 28, 2024
1 parent 447bc32 commit b38e33d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/shadow-ents-e2e/src/shae-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ async function main() {
});

const worker1 = document.getElementById('worker1');
window.worker1 = worker1;
console.log('shae-worker #worker1', worker1);

const shadowEnv1 = worker1.shadowEnv;
window.shadowEnv1 = shadowEnv1;
console.log('shadowEnv1', shadowEnv1);
Expand Down

0 comments on commit b38e33d

Please sign in to comment.