ui_migration feature(vitest) Add setup for skipped experimental components
This commit is contained in:
parent
3cc5875fdf
commit
8f20e1211e
6 changed files with 158 additions and 76 deletions
8
webapp/.gitignore
vendored
8
webapp/.gitignore
vendored
|
|
@ -27,4 +27,10 @@ yarn-error.log*
|
|||
# NativeScript application
|
||||
hooks
|
||||
platforms
|
||||
./webpack.config.js
|
||||
./webpack.config.js
|
||||
|
||||
# Vue test skipped files
|
||||
**/*experimental*.vue
|
||||
|
||||
# Experimental Vue components
|
||||
src/components/experimental/
|
||||
Loading…
Add table
Add a link
Reference in a new issue