mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 10:01:59 +08:00
chore: move test apps to test-app directory
This commit is contained in:
14
test-apps/vue/apps/vue3/jest.config.js
Normal file
14
test-apps/vue/apps/vue3/jest.config.js
Normal file
@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
preset: "@vue/cli-plugin-unit-jest/presets/typescript-and-babel",
|
||||
transform: {
|
||||
"^.+\\.vue$": "@vue/vue3-jest"
|
||||
},
|
||||
transformIgnorePatterns: ['/node_modules/(?!ionicons|@stencil/core|@ionic/core|@ionic/vue|@ionic/vue-router)'],
|
||||
globals: {
|
||||
"ts-jest": {
|
||||
diagnostics: {
|
||||
warnOnly: true
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user