We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d08ca0 commit edd270bCopy full SHA for edd270b
index.test.js
@@ -179,7 +179,7 @@ describe('search tests', () => {
179
expect(availabilityKey).toBeTruthy();
180
});
181
let booking;
182
- // const reference = faker.datatype.uuid();
+ const bookingRefId = faker.datatype.uuid();
183
it('should be able to create a booking', async () => {
184
const fullName = faker.name.findName().split(' ');
185
const retVal = await app.createBooking({
0 commit comments