rename tests folder to test

This commit is contained in:
Rene Haas
2022-10-18 00:26:09 +02:00
parent 7a1593803d
commit ae0bd327bc
70 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ module.exports = {
projects: [
{
displayName: 'node',
testMatch: ['**/tests/jest-node/**/*.test.[jt]s?(x)'],
testMatch: ['**/test/jest-node/**/*.test.[jt]s?(x)'],
testEnvironment: 'node',
clearMocks: true,
moduleDirectories: resolve.directories,
@@ -31,7 +31,7 @@ module.exports = {
},
{
displayName: 'jsdom',
testMatch: ['**/tests/jest-jsdom/**/*.test.[jt]s?(x)'],
testMatch: ['**/test/jest-jsdom/**/*.test.[jt]s?(x)'],
testEnvironment: 'jsdom',
clearMocks: true,
moduleDirectories: resolve.directories,