Skip to content

Commit

Permalink
Fixed test log.
Browse files Browse the repository at this point in the history
  • Loading branch information
bre1470 committed Aug 22, 2024
1 parent 65950c1 commit a1da00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit-tests/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ async function runUnitTests () {
for (let testName of Object.keys(unitTests)) {

test = unitTests[testName];
testName = testName.replace(/([A-Z]+)/u, ' $1').toLowerCase();
testName = testName.replace(/([A-Z]+)/gu, ' $1').toLowerCase();

if (typeof test === 'function') {

Expand Down

0 comments on commit a1da00e

Please sign in to comment.