diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-12-22 07:52:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-22 12:52:33 +0000 |
commit | 11d2b933be3f775fe1723a4a60452635b0aa6cfd (patch) | |
tree | 031d891983271e16ee3d662e02a27cb0f9e1cef4 /test/data/vitest.write.config.json | |
parent | ab847b124d418b13037b59f446b288ff435e66a4 (diff) |
Dictionary data tests + write mode (#415)
* Rename test
* Refactor
* Create new dictionary-data.test.js
* Move utility functions
* Remove old tests
* Slight refactor
* Add command to rebuild test data
* Clarify name
* Don't expect in write mode
* Ignore config file
Diffstat (limited to 'test/data/vitest.write.config.json')
-rw-r--r-- | test/data/vitest.write.config.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/data/vitest.write.config.json b/test/data/vitest.write.config.json new file mode 100644 index 00000000..ecb4bd84 --- /dev/null +++ b/test/data/vitest.write.config.json @@ -0,0 +1,7 @@ +{ + "test": { + "include": [ + "../**/*.write.js" + ] + } +}
\ No newline at end of file |