Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit a52533b

Browse files
authored
Merge pull request #436 from Turbo87/ie11
Always run tests in IE11 mode
2 parents 44ba175 + 57dc203 commit a52533b

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

tests/dummy/config/targets.js

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,10 @@
33
const browsers = [
44
'last 1 Chrome versions',
55
'last 1 Firefox versions',
6-
'last 1 Safari versions'
6+
'last 1 Safari versions',
7+
'ie 11'
78
];
89

9-
const isCI = !!process.env.CI;
10-
const isProduction = process.env.EMBER_ENV === 'production';
11-
12-
if (isCI || isProduction) {
13-
browsers.push('ie 11');
14-
}
15-
1610
module.exports = {
1711
browsers
1812
};

0 commit comments

Comments
 (0)