Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* esm * ts2esm vodoo * bump axios major version for esm support * replace ts-node with tsx * importing json files in esm * refactor: yargs esm * quickfix: downgrade axios to fix type problems with axios-mock-adapter * fix import issues * jest + esm * replace global jest with import.meta.jest - https://jestjs.io/docs/ecmascript-modules#differences-between-esm-and-commonjs * install esbuild * pkg+esbuild * make it possible to run jest without npm run build * manage to get ts-node to work - when using tsx unable to get source-mapping to work * fix npm run test-except-dind * tweak tsconfig * attempt to run npm coverage without building * only way i manage to get npm run coverage to work - was getting the exact same error as per jestjs/jest#15000 * resolve esbuild warning with direct eval * fix `pkg` warnings * docs: update docs * Use @yao-pkg/pkg. Use bin/ instead of pkg/ folder * Upgrade axios * Reintroduce babel-jest * Rename github action job to smoke-test * Use node20 for pkg vm * Fix user-agent --------- Co-authored-by: Mads Jon Nielsen <[email protected]>
- Loading branch information