1
0
mirror of https://github.com/robonen/lorem-blog.git synced 2026-06-20 01:55:18 +00:00

feat(tests): add comprehensive tests for utility functions and blog context

This commit is contained in:
2025-06-17 16:27:43 +07:00
parent 2cc21ac354
commit e526dc26a1
5 changed files with 329 additions and 3 deletions
+3
View File
@@ -11,6 +11,9 @@ export default antfu({
},
rules: {
'unused-imports/no-unused-imports': 'error',
'regexp/no-obscure-range': ['error', {
allowed: 'all',
}],
},
vue: true,
typescript: true,