* 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
2 lines
65 B
JavaScript
2 lines
65 B
JavaScript
module.exports = { babelrcRoots: ['./api-server', './client'] };
|