File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { join } from 'node:path';
33
44import { expect , test } from 'vitest' ;
55
6- import { autoPeakPicking , fromJcamp } from '..' ;
6+ import { autoPeakPicking , fromJcamp } from '../index.js ' ;
77
88test ( 'fromJcamp' , ( ) => {
99 const arrayBuffer = readFileSync (
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { join } from 'node:path';
33
44import { expect , test } from 'vitest' ;
55
6- import { fromSPC } from '../..' ;
6+ import { fromSPC } from '../../index.js ' ;
77
88test ( 'fromSPC' , ( ) => {
99 let arrayBuffer = readFileSync ( join ( import . meta. dirname , './data/raman.spc' ) ) ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { join } from 'node:path';
33
44import { expect , test } from 'vitest' ;
55
6- import { fromWDF } from '../..' ;
6+ import { fromWDF } from '../../index.js ' ;
77
88test ( 'fromWDF' , ( ) => {
99 let arrayBuffer = readFileSync ( join ( import . meta. dirname , './data/6x6.wdf' ) ) ;
Original file line number Diff line number Diff line change 11import { JSGraph as OriginalJSGraph } from 'common-spectrum' ;
22
3- import { getAnnotations } from './jsgraph/getAnnotations' ;
3+ import { getAnnotations } from './jsgraph/getAnnotations.js ' ;
44
55export {
66 AnalysesManager ,
You can’t perform that action at this time.
0 commit comments