fix references to renamed jest config
This commit is contained in:
parent
a6c4945569
commit
f30b2d0e39
3 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
* https://jestjs.io/docs/en/configuration.html
|
||||
*/
|
||||
|
||||
import base from './jest.config.ts';
|
||||
import base from './jest.config.common.ts';
|
||||
|
||||
export default {
|
||||
...base,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
* https://jestjs.io/docs/en/configuration.html
|
||||
*/
|
||||
|
||||
import base from './jest.config.ts';
|
||||
import base from './jest.config.common.ts';
|
||||
|
||||
module.exports = {
|
||||
...base,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
* https://jestjs.io/docs/en/configuration.html
|
||||
*/
|
||||
|
||||
import base from './jest.config.ts';
|
||||
import base from './jest.config.common.ts';
|
||||
|
||||
export default {
|
||||
...base,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue