aboutsummaryrefslogtreecommitdiff
path: root/test/data/vitest.write.config.json
blob: f3016e5a6c0a46c0c94ef4d1e8c4f48ae0be1bc2 (plain)
1
2
3
4
5
6
7
{
    "test": {
        "include": [
            "test/*.write.js"
        ]
    }
}