Skip to content

Commit

Permalink
fix: 🚚 update import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Jan 14, 2024
1 parent 713d07e commit 7f2b8ac
Show file tree
Hide file tree
Showing 56 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-0.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_0';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-1.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_1';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-10.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_10';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-11.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_11';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-12.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_12';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-13.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_13';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-14.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_14';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-15.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_15';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-16.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_16';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-17.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_17';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-18.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_18';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-19.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_19';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-2.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_2';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-20.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_20';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-21.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_21';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-22.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_22';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-23.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_23';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-24.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_24';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-25.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_25';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-26.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_26';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-27.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_27';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-28.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_28';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-29.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_29';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-3.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_3';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-30.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_30';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-31.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_31';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-32.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_32';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-33.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_33';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-34.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_34';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-35.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_35';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-36.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_36';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-37.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_37';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-38.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_38';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-39.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_39';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-4.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_4';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-40.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_40';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-41.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_41';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-42.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_42';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-43.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_43';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-44.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_44';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-45.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_45';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-46.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_46';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-47.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_47';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
2 changes: 1 addition & 1 deletion test/sgp4/full-catalog/sgp4-catalog-48.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as fs from 'fs';
/**
* sgp4Data is from SGP4Prop 8.3 Build: Apr 27 2022
*/
import { Sgp4 } from '../../../src/index';
import { Sgp4 } from '../../../src/main';

const fileName = 'TLE_48';
const rawData = fs.readFileSync(`test/sgp4/full-catalog/${fileName}.json`, 'utf8');
Expand Down
Loading

0 comments on commit 7f2b8ac

Please sign in to comment.