Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
rezkiy37 committed Jan 23, 2024
1 parent b2b2fdf commit 86bbc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/DateUtilsTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ describe('DateUtils', () => {
});
});

describe.only('getLastBusinessDayOfMonth', () => {
describe('getLastBusinessDayOfMonth', () => {
const scenarios = [
{
// Last business day of May in 2025
Expand Down

0 comments on commit 86bbc8a

Please sign in to comment.