Use Time enumeration

This commit is contained in:
Romain Vigier
2021-08-26 11:05:10 +02:00
parent 21362c9652
commit c0d1f13022
17 changed files with 153 additions and 95 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"license": "GPL-3.0-or-later",
"scripts": {
"test-lint": "eslint .",
"pretest-variants": "cat ./src/modules/GtkVariants.js ./tests/gtk_themes/_variants.js.template > ./tests/gtk_themes/_variants.js & cat ./src/modules/ShellVariants.js ./tests/shell_themes/_variants.js.template > ./tests/shell_themes/_variants.js",
"pretest-variants": "./tests/prepare_variants.sh",
"test-variants": "ava",
"test": "npm run test-lint && npm run test-variants"
},