Skip to content

Commit

Permalink
fix: enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
havenchyk committed Jun 18, 2016
1 parent 9516dfb commit 5964eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const today = new Date()
const date = [today.getMonth() + 1, today.getDate(), today.getFullYear()].join('/')

describe('Check download functionality', function () {
it.only('Currency object should be available', () => {
it('Currency object should be available', () => {
expect(currency).to.be.a('function')
})

Expand Down

0 comments on commit 5964eb0

Please sign in to comment.