1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-15 10:24:01 +02:00
This commit is contained in:
Lars Jung
2019-04-24 02:09:57 +02:00
parent 24d8359a2e
commit 50167d3382
11 changed files with 396 additions and 599 deletions

View File

@@ -1,5 +1,6 @@
const {test, assert} = require('scar');
const event = require('../../../../src/_h5ai/public/js/lib/core/event');
const reqlib = require('../../../util/reqlib');
const event = reqlib('core/event');
test('core.event', () => {
assert.equal(typeof event, 'object', 'is object');