mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
005b13f1ac
* Move unit tests to one folder * Migrate unit tests to TypeScript * add test types to lint * Ensure ts(x) tests are run with util * Add tsx extension to jest config * bump
8 lines
120 B
JavaScript
8 lines
120 B
JavaScript
module.exports = (phase, { defaultConfig }) => {
|
|
return {
|
|
phase,
|
|
defaultConfig,
|
|
customConfig: true,
|
|
}
|
|
}
|