mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
Fix project detection in root Jest config
Prior to this, empty directories in `packages` would have hindered Jest from transforming some files, resulting in "unexpected token" errors
This commit is contained in:
parent
c671ad717a
commit
6aad6315df
@ -41,7 +41,7 @@
|
||||
},
|
||||
"jest": {
|
||||
"projects": [
|
||||
"<rootDir>/packages/*"
|
||||
"<rootDir>/packages/*/jest.config.cjs"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user