Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
robertparkinson committed Oct 21, 2024
1 parent fb5aa7b commit 8158194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/return-cycle-dates.lib.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const { returnCycleDates } = require('../../app/lib/static-lookups.lib.js')
// Thing under test
const ReturnCycleDatesLib = require('../../app/lib/return-cycle-dates.lib.js')

describe.only('Return Cycle Dates lib', () => {
describe('Return Cycle Dates lib', () => {
const today = new Date()
const year = today.getFullYear()
const month = today.getMonth()
Expand Down

0 comments on commit 8158194

Please sign in to comment.