File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
frontend/javascripts/test/helpers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import {
22
22
} from "../fixtures/volumetracing_server_objects" ;
23
23
import DATASET from "../fixtures/dataset_server_object" ;
24
24
import type { ApiInterface } from "oxalis/api/api_latest" ;
25
- import type ModelType from "oxalis/model" ;
25
+ import type { ModelType } from "oxalis/model" ;
26
26
27
27
import { setSlowCompression } from "oxalis/workers/slow_byte_array_lz4_compression.worker" ;
28
28
import Model from "oxalis/model" ;
@@ -44,7 +44,7 @@ const ANNOTATION_ID = "annotationIdValue";
44
44
45
45
// Define extended test context
46
46
export interface WebknossosTestContext extends BaseTestContext {
47
- model : typeof ModelType ;
47
+ model : ModelType ;
48
48
mocks : {
49
49
Request : typeof Request ;
50
50
} ;
You can’t perform that action at this time.
0 commit comments