Skip to content

Commit

Permalink
test: mark worker.url() API coverage as missing
Browse files Browse the repository at this point in the history
References #1300
  • Loading branch information
aslushnikov committed Mar 10, 2020
1 parent e2a0d61 commit adee9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Expand Up @@ -84,7 +84,7 @@ const BROWSER_CONFIGS = [
...require('../lib/events').Events,
...require('../lib/chromium/events').Events,
},
missingCoverage: ['browserContext.setGeolocation', 'browserContext.setOffline'],
missingCoverage: ['browserContext.setGeolocation', 'browserContext.setOffline', 'worker.url'],
},
{
name: 'WebKit',
Expand Down

0 comments on commit adee9a9

Please sign in to comment.