Skip to content

Commit

Permalink
update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack committed Mar 26, 2019
1 parent ff464f0 commit 09b214e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v3.1.0
### Added
- Support detecting locally defined polyfills (#207) bb3be6e

## v3.0.2
### Fixed
- Handle entire API polyfill case (#190) e784b3d
Expand Down
9 changes: 9 additions & 0 deletions test/e2e.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,15 @@ ruleTester.run('compat', rule, {
}
],
invalid: [
{
code: 'location.origin',
settings: { browsers: ['ie 10'] },
errors: [
{
message: 'location.origin() is not supported in IE 10'
}
]
},
{
code: `
import { Map } from 'immutable';
Expand Down

0 comments on commit 09b214e

Please sign in to comment.