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 4f03462 commit f7e9b80Copy full SHA for f7e9b80
test/sanity-check/api/ungroupedVariants-test.js
@@ -65,7 +65,6 @@ describe('Ungrouped Variants api Test', () => {
65
makeVariants()
66
.fetchByUIDs([variantsUID])
67
.then((variantsResponse) => {
68
- console.log("🚀 ~ .then ~ variantsResponse:", variantsResponse)
69
expect(variantsResponse.variants.length).to.be.equal(1)
70
done()
71
})
0 commit comments