mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 03:53:50 +00:00 
			
		
		
		
	puppeteer_tests: Use assert in strict mode.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						 Tim Abbott
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							43bff1f67a
						
					
				
				
					commit
					f0a19ed8e6
				
			| @@ -1,6 +1,6 @@ | ||||
| const path = require('path'); | ||||
| const puppeteer = require('puppeteer'); | ||||
| const assert = require("assert"); | ||||
| const assert = require("assert").strict; | ||||
|  | ||||
| class CommonUtils { | ||||
|     constructor() { | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| const common = require('../puppeteer_lib/common'); | ||||
| const assert = require("assert"); | ||||
| const assert = require("assert").strict; | ||||
|  | ||||
| const email = 'alice@test.example.com'; | ||||
| const subdomain = 'testsubdomain'; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user