mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
tests: add assert helper for supporting node 10.x
This commit is contained in:
parent
ce83181ac3
commit
14a9749b75
3 changed files with 50 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
|
||||
const common = require('../common');
|
||||
const assert = require('assert').strict;
|
||||
const assert = require('../assert-legacy').strict;
|
||||
const queryString = require('querystring');
|
||||
const settings = require('../../../node/utils/Settings');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue