mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-21 02:10:37 +03:00
rename tests folder to test
This commit is contained in:
@@ -17,7 +17,7 @@ module.exports = {
|
|||||||
projects: [
|
projects: [
|
||||||
{
|
{
|
||||||
displayName: 'node',
|
displayName: 'node',
|
||||||
testMatch: ['**/tests/jest-node/**/*.test.[jt]s?(x)'],
|
testMatch: ['**/test/jest-node/**/*.test.[jt]s?(x)'],
|
||||||
testEnvironment: 'node',
|
testEnvironment: 'node',
|
||||||
clearMocks: true,
|
clearMocks: true,
|
||||||
moduleDirectories: resolve.directories,
|
moduleDirectories: resolve.directories,
|
||||||
@@ -31,7 +31,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'jsdom',
|
displayName: 'jsdom',
|
||||||
testMatch: ['**/tests/jest-jsdom/**/*.test.[jt]s?(x)'],
|
testMatch: ['**/test/jest-jsdom/**/*.test.[jt]s?(x)'],
|
||||||
testEnvironment: 'jsdom',
|
testEnvironment: 'jsdom',
|
||||||
clearMocks: true,
|
clearMocks: true,
|
||||||
moduleDirectories: resolve.directories,
|
moduleDirectories: resolve.directories,
|
||||||
|
|||||||
Reference in New Issue
Block a user