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