Skip to content

Commit

Permalink
Update LightningTime.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewStanciu committed Dec 13, 2023
1 parent 8ae78e3 commit d2a8c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/LightningTime.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe('get parts', () => {
})

describe('strip charges', () => {
it('should strip charges after conversion', () => {
it.only('should strip charges after conversion', () => {
const time = new Date()
time.setHours(12)
time.setMinutes(1)
Expand Down

0 comments on commit d2a8c67

Please sign in to comment.