Skip to content

Commit

Permalink
fix(test): transform nuxt-i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
mercs600 committed Apr 15, 2021
1 parent a4b00d2 commit dd947ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ module.exports = {
},
transform: {
'^.+\\.js$': 'babel-jest'
}
},
transformIgnorePatterns: ['/node_modules/(?!nuxt-i18n).+\\.js$']
}

0 comments on commit dd947ff

Please sign in to comment.