mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +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
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() {
|
||||
|
||||
Reference in New Issue
Block a user