Skip to content

Commit dbf3df6

Browse files
committed
Remove .only
1 parent 7050ff8 commit dbf3df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/validators/return-logs/setup/single-volume.validator.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const { expect } = Code
1010
// Thing under test
1111
const SingleVolumeValidator = require('../../../../app/validators/return-logs/setup/single-volume.validator.js')
1212

13-
describe.only('Return Logs Setup - Single Volume validator', () => {
13+
describe('Return Logs Setup - Single Volume validator', () => {
1414
let payload
1515

1616
describe('when a valid payload is provided', () => {

0 commit comments

Comments
 (0)