Skip to content

Commit 2a05b02

Browse files
authored
chore: format scripts (#3689)
1 parent 7a50190 commit 2a05b02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/run-test

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ if (npmPathIsJs) {
1919
const cmd = fs.existsSync(karmaConf)
2020
? ['karma', 'start']
2121
: fs.existsSync(jestConf)
22-
? ['jest']
23-
: null
22+
? ['jest']
23+
: null
2424

2525
if (cmd) {
2626
spawn(execPath, [...spawnArgs, ...cmd], { stdio: 'inherit' })

0 commit comments

Comments
 (0)