Skip to content

Commit b1d3fb3

Browse files
committed
refactor: remove dim on cd instruction
1 parent 22e03c5 commit b1d3fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/install_japa.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ export class InstallJapa extends BaseCommand {
324324

325325
const sticker = this.ui.sticker().heading('Japa setup complete 🧪')
326326
if (projectRootRelativeToCwd) {
327-
sticker.add(this.colors.dim(`> cd ${projectRootRelativeToCwd}`))
327+
sticker.add(`> cd ${projectRootRelativeToCwd}`)
328328
}
329329
sticker.add(`> ${this.packageManager} run test`)
330330
sticker.render()

0 commit comments

Comments
 (0)