fix: emend the imports in the test files

This commit is contained in:
Michel Jonathan Schmitz
2019-06-05 16:32:41 +02:00
parent 23cbc53fef
commit 53e80476c8
3 changed files with 8 additions and 8 deletions

View File

@@ -15,7 +15,7 @@
import {expect} from 'chai';
import {slow, suite, test, timeout} from 'mocha-typescript';
import {getProjectReflection} from '../src/common';
import {readDefinitions} from '../src/uml/readDefinitions';
import {readDefinitions} from '../src/uml/read-definitions';
import {generatedModel} from './model/generatedModel';
@suite(timeout(10000), slow(5000))