refactor: simplify jest config (#42136)
* refactor: bring api jest tests to root * refactor: pull client tests to root * fix: remove ancient curriculum babelrc * feat: run all jest tests at once * fix: remove unused babelrcRoot * chore: remove more jests
This commit is contained in:
committed by
GitHub
parent
8ba3b8c16c
commit
1c1d86922c
@@ -31,7 +31,7 @@ const filesThatShouldExist = [
|
||||
}
|
||||
];
|
||||
|
||||
const path = `${process.cwd()}/i18n/locales`;
|
||||
const path = `${__dirname}/locales`;
|
||||
|
||||
describe('Locale tests:', () => {
|
||||
availableLangs.client.forEach(lang => {
|
||||
|
Reference in New Issue
Block a user