Fix dependency issues

This commit is contained in:
buoyantair
2018-10-29 22:36:09 +05:30
parent 9639bd1757
commit d4681c0074
8 changed files with 9 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
import { expect } from 'chai'
import { existsSync, readdir } from 'fs-extra'
import { join } from 'path'
import { Account } from '../../../../shared/models/actors'
import { Account } from '../../models/actors'
import { root } from '../index'
import { makeGetRequest } from '../requests/requests'