Commit 111492c
committed
feat(tests): add tests for Sass deprecation warnings and file type validation
- Created `import-deprecation-test.vue` to test Sass @import deprecation warnings.
- Created `mixed-decls-fix-test.vue` to test Sass mixed-declarations deprecation warnings.
- Added `file-type-validation.test.ts` to validate file type detection and processing for JavaScript and Vue files.
- Implemented `sass-mixed-decls.test.ts` to ensure Sass compiles without mixed-decls warnings and handles modern features.
- Added `unplugin-filter.test.ts` to test node_modules filtering logic in unplugin.1 parent a7cbcb9 commit 111492c
File tree
17 files changed
+2535
-75
lines changed- patches
- src
- test
- __snapshots__
- demo
17 files changed
+2535
-75
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
This file was deleted.
This file was deleted.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
15 | 35 | | |
16 | 36 | | |
17 | 37 | | |
| |||
0 commit comments