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 4b3e769 commit 3ebc1b8Copy full SHA for 3ebc1b8
test/sanity-check/api/branch-test.js
@@ -10,7 +10,6 @@ describe('Branch api Test', () => {
10
setup(() => {
11
const user = jsonReader('loggedinuser.json')
12
client = contentstackClient(user.authtoken)
13
- console.log("🚀 ~ setup ~ user.authtoken:", user.authtoken)
14
})
15
16
it('should create a dev branch from stage branch',async () => {
@@ -87,7 +86,6 @@ describe('Branch api Test', () => {
87
86
.query()
88
.find()
89
.then((response) => {
90
- console.log("🚀 ~ .then ~ response:", response)
91
response.items.forEach(item => {
92
expect(item.uid).to.not.equal(undefined)
93
expect(item.delete).to.not.equal(undefined)
0 commit comments