修复测试文件错误的导入

pull/7/head
cx 7 years ago
parent b1efa98afa
commit ab4ba01d65

@ -1,7 +1,8 @@
import * as console from 'console';
import { autorun } from 'mobx';
import * as mst from 'mobx-state-tree';
import { EntityData, IEntityData, LineData } from './EntityData';
import { EntityData, IEntityData, LineData } from '../src/DatabaseServices/EntityData';
class E
{
@ -78,7 +79,8 @@ function add(a, b)
{
lst: mst.types.array(mst.types.number)
})
.actions(self =>{
.actions(self =>
{
return {
remove(a)
{

Loading…
Cancel
Save