omegafox/tests/assets/simple-extension/content-script.js
daijro 68216153f3 Add Playwright tests
Adds Playwright's async tests to ensure that functionality is not broken.
2024-11-03 06:14:39 -06:00

2 lines
80 B
JavaScript

console.log('hey from the content-script');
self.thisIsTheContentScript = true;