UNPKG

cocos-html-pack-3d

Version:

Single html web mobile template for Cocos verions 2.x

10 lines (8 loc) 256 B
/* eslint-disable */ const path = require('path'); const { Reader } = require('../../lib'); test('read all', () => { const reader = new Reader(); const data = reader.readAll(path.join('src', '__tests__', 'example')); expect(data).toBeDefined(); });