mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-27 14:59:59 +02:00
Update.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
const {test, assert, insp} = require('scar');
|
||||
const {naturalCmp} = require('../../../../src/_h5ai/public/js/lib/util');
|
||||
const reqlib = require('../../../util/reqlib');
|
||||
const {naturalCmp} = reqlib('util');
|
||||
|
||||
test('util.naturalCmp()', () => {
|
||||
assert.equal(typeof naturalCmp, 'function', 'is function');
|
||||
|
Reference in New Issue
Block a user