summaryrefslogtreecommitdiff
path: root/cli/tests/unit/broadcast_channel_test.ts
AgeCommit message (Collapse)Author
2022-07-20chore: use import.meta.resolve() in tests (#15256)Bartek IwaƄczuk
2022-01-20chore: update copyright year (#13434)Yoshiya Hinosawa
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2021-05-23feat(extensions): BroadcastChannel WPT conformanceBen Noordhuis
Replaces the file-backed provider by an in-memory one because proper file locking is a hard problem that detracts from the proof of concept. Teach the WPT runner how to extract tests from .html files because all the relevant tests in test_util/wpt/webmessaging/broadcastchannel are inside basics.html and interface.html.