File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import { file } from 'tmp-promise';
33import { promisify } from 'util' ;
44import compileModule , {
55 MessageModule
6- } from '~ /mf1/packages/core/src/compile-module' ;
7- import { StringStructure } from '~ /mf1/packages/core/src/compiler' ;
6+ } from '../.. /mf1/packages/core/src/compile-module' ;
7+ import { StringStructure } from '../.. /mf1/packages/core/src/compiler' ;
88import MessageFormat from '@messageformat/core' ;
99
1010const write = promisify ( fs . write ) ;
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export function* testCases(scenario: TestScenario): Iterable<Test> {
2020 const defaults = scenario . defaultTestProperties ;
2121 for ( const test of scenario . tests ) {
2222 const td = Object . assign ( { } , defaults , test ) ;
23- const tt = td as Test ;
23+ const tt = td as unknown as Test ;
2424 if ( td . params ) {
2525 const pr : Record < string , unknown > = { } ;
2626 for ( const p of td . params ) {
You can’t perform that action at this time.
0 commit comments