mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 00:52:55 +00:00
fix: emend the imports in the test files
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user