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