Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
neomusic committed Jan 6, 2019
2 parents cbc9bca + c9ba815 commit f082f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/routes.test.js
Expand Up @@ -162,7 +162,7 @@ describe('findByName', () => {
routes.add('news', 'it', '/notizie', 'newsList')

const result = routes.findByName('news', 'en')
console.log(result)

expect(result.name).toBe('news')
expect(result.locale).toBe('en')
expect(result.pattern).toBe('/news')
Expand Down

0 comments on commit f082f47

Please sign in to comment.