Skip to content

Commit

Permalink
skip <select> test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Apr 25, 2017
1 parent e52c6b8 commit 1cd2287
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/runtime/samples/select-change-handler/_config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
export default {
skip: true, // JSDOM

data: {
options: [ { id: 'a' }, { id: 'b' }, { id: 'c' } ],
selected: 'b'
Expand Down

0 comments on commit 1cd2287

Please sign in to comment.