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