Skip to content

Commit

Permalink
fixed: unit test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Apr 19, 2019
1 parent 391f019 commit b9d12e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ describe('riot-tag-loader unit test', () => {
it('riot loader undefined options', async() => {
const content = await compile(undefined)
expect(OPENING_TEMPLATE_CALL.test(content)).to.be.ok
return Promise.resolve()
})

it('riot loader empty options', async() => {
Expand Down

0 comments on commit b9d12e9

Please sign in to comment.