mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 20:25:48 +00:00
FIX: Use assert not assert-diff
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/* eslint-disable new-cap */
|
/* eslint-disable new-cap */
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
const assert = require('assert-diff');
|
const assert = require('assert');
|
||||||
const _ = require('lodash');
|
const _ = require('lodash');
|
||||||
const jayson = require('jayson');
|
const jayson = require('jayson');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user