Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
black-trooper committed Dec 10, 2018
1 parent 1fea8d0 commit 3b02526
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/spec/dropdown/su-dropdown.option.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
const fireEvent = require('../../helpers').fireEvent
const fireKeyEvent = require('../../helpers').fireKeyEvent
const keys = require('../../helpers').keys
require('../../../dist/tags/dropdown/su-dropdown.js')

describe('su-dropdown', function () {
Expand Down Expand Up @@ -73,7 +70,7 @@ describe('su-dropdown', function () {
spyOnClose.should.have.been.calledOnce
})

it('upward', function () {
it('downward', function () {
mount({
direction: 'downward'
})
Expand Down

0 comments on commit 3b02526

Please sign in to comment.