diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-11-29 21:04:27 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-11-29 21:04:27 -0500 |
commit | a0a6291db8e2be29c4ed13645c250201b4552b9d (patch) | |
tree | 18a0141f0aed7d87e1a1c0cbf1fd86b9de2ba8f4 /test/css-json.test.js | |
parent | 9ed81f25ab7f462546888a4ddd7fcecdf5ea1806 (diff) |
Update tests
Diffstat (limited to 'test/css-json.test.js')
-rw-r--r-- | test/css-json.test.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/css-json.test.js b/test/css-json.test.js index 0aaf7d10..66ecfeba 100644 --- a/test/css-json.test.js +++ b/test/css-json.test.js @@ -20,6 +20,7 @@ import fs from 'fs'; import {expect, test} from 'vitest'; import {formatRulesJson, generateRules, getTargets} from '../dev/generate-css-json'; +/** */ function main() { test('css-json', () => { for (const {cssFile, overridesCssFile, outputPath} of getTargets()) { |