UNPKG

@lcap/asl

Version:

NetEase Application Specific Language

11 lines (9 loc) 246 B
import { Entity, EntityProperty } from '../../../types'; describe('Entity', () => { it('create', () => { const entity = new Entity({ name: 'Entity4', }); const property = new EntityProperty(); }); });