We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07b415 commit e2f8d84Copy full SHA for e2f8d84
vitest.config.ts
@@ -3,7 +3,7 @@ import { defineConfig } from "vitest/config"
3
export default defineConfig({
4
test: {
5
include: [
6
- "test/{parser-options,crlf,define-document-visitor,define-custom-blocks-visitor,parser-options-project,document-fragment}.test.ts",
+ "test/{parser-options,crlf,define-document-visitor,define-custom-blocks-visitor,parser-options-project,document-fragment,tokens}.test.ts",
7
],
8
},
9
})
0 commit comments