address review feedback
This commit is contained in:
		
					parent
					
						
							
								79c2d22c25
							
						
					
				
			
			
				commit
				
					
						c65844a7d0
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -92,7 +92,7 @@ describe('debugger module', () => {
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      const callback = (err, res) => {
 | 
					      const callback = (err, res) => {
 | 
				
			||||||
        expect(err.message).to.not.exist()
 | 
					        expect(err.message).to.be.undefined()
 | 
				
			||||||
        expect(res.wasThrown).to.be.undefined()
 | 
					        expect(res.wasThrown).to.be.undefined()
 | 
				
			||||||
        expect(res.result.value).to.equal(6)
 | 
					        expect(res.result.value).to.equal(6)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue