Remove the ignore on nodemon watch of test files.

This commit is contained in:
elweyn 2023-02-06 15:32:12 +01:00
parent ad16aff1ea
commit 6a0ccb75b8
4 changed files with 2 additions and 14 deletions

View File

@ -86,8 +86,5 @@
"> 1%",
"last 2 versions",
"not ie <= 10"
],
"nodemonConfig": {
"ignore": ["**/*.spec.js"]
}
]
}

View File

@ -72,8 +72,5 @@
"ts-node": "^10.0.0",
"tsconfig-paths": "^3.14.0",
"typescript": "^4.3.4"
},
"nodemonConfig": {
"ignore": ["**/*.test.ts"]
}
}

View File

@ -47,8 +47,5 @@
"ts-mysql-migrate": "^1.0.2",
"typeorm": "^0.2.38",
"uuid": "^8.3.2"
},
"nodemonConfig": {
"ignore": ["**/*.test.ts"]
}
}

View File

@ -104,8 +104,5 @@
],
"author": "Gradido-Akademie - https://www.gradido.net/",
"license": "Apache-2.0",
"description": "Gradido, the Natural Economy of Life, is a way to worldwide prosperity and peace in harmony with nature. - Gradido, die Natürliche Ökonomie des lebens, ist ein Weg zu weltweitem Wohlstand und Frieden in Harmonie mit der Natur.",
"nodemonConfig": {
"ignore": ["**/*.spec.js"]
}
"description": "Gradido, the Natural Economy of Life, is a way to worldwide prosperity and peace in harmony with nature. - Gradido, die Natürliche Ökonomie des lebens, ist ein Weg zu weltweitem Wohlstand und Frieden in Harmonie mit der Natur."
}