Skip to content
This repository was archived by the owner on May 16, 2020. It is now read-only.

Commit e261385

Browse files
fix(atlauncher-scripts): rename .jestrc to jest.json so jest will use it
1 parent 6bedb83 commit e261385

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/atlauncher-scripts/scripts/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ process.on('unhandledRejection', (err) => {
4646
'--rootDir',
4747
utils.getProjectBasePath(),
4848
'--config',
49-
utils.getRootFile('.jestrc'),
49+
utils.getRootFile('jest.json'),
5050
];
5151

5252
if (watch) {

0 commit comments

Comments
 (0)