File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ describe('CalmMoment', () => {
6161
6262 it ( 'should produce the correct canonical model (minimal)' , ( ) => {
6363 const moment = CalmMoment . fromSchema ( minimalSchema ) ;
64- console . log ( moment ) ;
6564 expect ( moment . toCanonicalSchema ( ) ) . toEqual ( {
6665 'unique-id' : 'moment-1' ,
6766 'node-type' : 'moment' ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { CalmNodeDetails } from './node.js';
44import { CalmMomentSchema } from '../types' ;
55import { CalmAdaptable } from './adaptable.js' ;
66import { CalmMomentCanonicalModel } from '../canonical/template-models.js' ;
7- import { CalmNode } from './node' ;
7+ import { CalmNode } from './node.js ' ;
88
99export class CalmMoment extends CalmNode implements CalmAdaptable < CalmMomentSchema , CalmMomentCanonicalModel > {
1010 constructor (
You can’t perform that action at this time.
0 commit comments