mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-30 01:27:48 +00:00
run prettier
This commit is contained in:
13
package.json
13
package.json
@@ -95,7 +95,9 @@
|
||||
"projects": [
|
||||
{
|
||||
"displayName": "unit",
|
||||
"testMatch": ["**/tests/unit/**/*.[jt]s?(x)"],
|
||||
"testMatch": [
|
||||
"**/tests/unit/**/*.[jt]s?(x)"
|
||||
],
|
||||
"moduleNameMapper": {
|
||||
"node_helper": "<rootDir>/js/node_helper.js",
|
||||
"logger": "<rootDir>/js/logger.js",
|
||||
@@ -105,8 +107,13 @@
|
||||
},
|
||||
{
|
||||
"displayName": "e2e",
|
||||
"testMatch": ["**/tests/e2e/**/*.[jt]s?(x)"],
|
||||
"testPathIgnorePatterns": ["<rootDir>/tests/e2e/modules/mocks", "<rootDir>/tests/e2e/global-setup.js"]
|
||||
"testMatch": [
|
||||
"**/tests/e2e/**/*.[jt]s?(x)"
|
||||
],
|
||||
"testPathIgnorePatterns": [
|
||||
"<rootDir>/tests/e2e/modules/mocks",
|
||||
"<rootDir>/tests/e2e/global-setup.js"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user