Skip to content

Commit 876ba94

Browse files
committed
🐛 (run-tests) fix task displayName
1 parent 4697ff7 commit 876ba94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tasks/.tests/run-tests.task.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const runTestsTask = series(
1111
runBenchmarksTestsTask,
1212
runUnitTestsTask,
1313
)
14-
runTestsTask.displayName = 'run-unit-tests'
14+
runTestsTask.displayName = 'run-tests'
1515
runTestsTask.description = 'Will run unit tests and benchmarks for backend (node) and frontend (web-test-runner) environments.'
1616
runTestsTask.flags = null
1717

0 commit comments

Comments
 (0)