We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c50ee commit ba8f7e0Copy full SHA for ba8f7e0
test/browser-providers.js
@@ -52,7 +52,7 @@ function buildConfiguration(platform) {
52
Object.keys(browserConfig).forEach(browserName => {
53
const config = browserConfig[browserName];
54
55
- if (config.target !== platform && !config.poolId) {
+ if (config.target !== platform || !config.poolId) {
56
return;
57
}
58
0 commit comments