We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7050ff8 commit dbf3df6Copy full SHA for dbf3df6
test/validators/return-logs/setup/single-volume.validator.test.js
@@ -10,7 +10,7 @@ const { expect } = Code
10
// Thing under test
11
const SingleVolumeValidator = require('../../../../app/validators/return-logs/setup/single-volume.validator.js')
12
13
-describe.only('Return Logs Setup - Single Volume validator', () => {
+describe('Return Logs Setup - Single Volume validator', () => {
14
let payload
15
16
describe('when a valid payload is provided', () => {
0 commit comments