Skip to content

Commit

Permalink
test: 🐛 fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Jan 1, 2024
1 parent 6103597 commit 735e480
Show file tree
Hide file tree
Showing 5 changed files with 126 additions and 104 deletions.
88 changes: 45 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"description": "Orbital Object Toolkit including SGP4 Propagator and Coordinate Transforms",
"main": "dist/ootk.js",
"scripts": {
"build": "node ./scripts/cleanup.js && tsc -p tsconfig.build.json && node --openssl-legacy-provider node_modules/webpack/bin/webpack.js --config ./scripts/webpack.js",
"build": "node ./scripts/cleanup.js && ttsc -p tsconfig.build.json && node --openssl-legacy-provider node_modules/webpack/bin/webpack.js --config ./scripts/webpack.js",
"build:legacy": "node ./scripts/cleanup.js && tsc -p tsconfig.build.json && node node_modules/webpack/bin/webpack.js --config ./scripts/webpack.js",
"lcov": "node ./scripts/openLcov.mjs",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"lint:test": "eslint test",
"sandbox": "http-server ./",
"test": "jest",
"test": "npm run build && jest",
"test:coverage": "jest --coverage",
"test:performance": "node test/performance/timing.test.mjs",
"version": "auto-changelog -p && git add CHANGELOG.md"
Expand Down Expand Up @@ -64,5 +64,9 @@
"lib": "lib",
"src": "src",
"test": "test"
},
"dependencies": {
"ttypescript": "^1.5.15",
"typescript-transform-paths": "^3.4.6"
}
}
}
Loading

0 comments on commit 735e480

Please sign in to comment.