chore: add global cargo config to enable minimal cpu target (#925)

* Closes #895 
* Fix cargo clippy
This commit is contained in:
Lei Xu
2024-02-04 14:21:27 -08:00
committed by GitHub
parent e412194008
commit 0b0f42537e
18 changed files with 95 additions and 55 deletions

View File

@@ -2,4 +2,6 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};
moduleDirectories: ["node_modules", "./dist"],
moduleFileExtensions: ["js", "ts"],
};