This commit is contained in:
parent
c0324c0bc2
commit
cbfa885984
42 changed files with 3701 additions and 547 deletions
7
posthtml-djot/vitest.config.js
Normal file
7
posthtml-djot/vitest.config.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import {defineConfig} from 'vitest/config'
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
include: ['**/*test.{js,ts}'],
|
||||
},
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue