enable missing translation messages

This commit is contained in:
Karsten Hassel
2021-06-11 23:31:37 +02:00
parent fca6707a29
commit 298542b531
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
"postinstall": "npm run install-fonts && echo \"MagicMirror installation finished successfully! \n\"",
"test": "NODE_ENV=test jest -i --silent --forceExit",
"test:coverage": "NODE_ENV=test nyc --reporter=lcov --reporter=text jest -i --silent --forceExit",
"test:e2e": "NODE_ENV=test jest --selectProjects e2e -i --silent --forceExit",
"test:e2e": "NODE_ENV=test jest --selectProjects e2e -i --forceExit",
"test:unit": "NODE_ENV=test jest --selectProjects unit --silent --forceExit",
"test:prettier": "prettier . --check",
"test:js": "eslint js/**/*.js modules/default/**/*.js clientonly/*.js serveronly/*.js translations/*.js vendor/*.js tests/**/*.js config/* --config .eslintrc.json --quiet",