From 4cc2fc76138212883b047a17a78e4f83266c0f1c Mon Sep 17 00:00:00 2001 From: StefanVukovic99 Date: Thu, 15 Feb 2024 04:27:08 +0100 Subject: separate json test out of test-code (#674) * separate json testing * add to ci --- test/data/json.json | 1 + test/data/vitest.json.config.json | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 test/data/vitest.json.config.json (limited to 'test/data') diff --git a/test/data/json.json b/test/data/json.json index a99f53a3..c7c1d3aa 100644 --- a/test/data/json.json +++ b/test/data/json.json @@ -24,6 +24,7 @@ {"path": "test/jsconfig.json", "ignore": true}, {"path": "test/data/vitest.write.config.json", "ignore": true}, {"path": "test/data/vitest.options.config.json", "ignore": true}, + {"path": "test/data/vitest.json.config.json", "ignore": true}, {"path": "benches/jsconfig.json", "ignore": true}, { diff --git a/test/data/vitest.json.config.json b/test/data/vitest.json.config.json new file mode 100644 index 00000000..4965ffa9 --- /dev/null +++ b/test/data/vitest.json.config.json @@ -0,0 +1,7 @@ +{ + "test": { + "include": [ + "../**/json.test.js" + ] + } +} -- cgit v1.2.3