Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
⬆️ Upgrade dependencies
- removes jest-raw-loader
- add vue-demi

Signed-off-by: Vinicius Reis <[email protected]>
  • Loading branch information
Vinicius Reis committed Jul 22, 2022
commit 505b2432bfb0ab8a83ca78c702f72ee9bdb3e3fe
9 changes: 9 additions & 0 deletions jest-raw-loader.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// jest-raw-loader compatibility with Jest version 28.
// See: https://github.com/keplersj/jest-raw-loader/pull/239
module.exports = {
process: (content) => {
return {
code: 'module.exports = ' + JSON.stringify(content),
}
},
}
Loading