Skip to content

Commit

Permalink
initial integration of vlei-verifier-workflows w/ tests passing
Browse files Browse the repository at this point in the history
Signed-off-by: Lance <lance.byrd@rootsid.com>
  • Loading branch information
2byrds committed Feb 11, 2025
2 parents 37170ec + e7d0f20 commit b223f65
Show file tree
Hide file tree
Showing 16 changed files with 790 additions and 722 deletions.
6 changes: 6 additions & 0 deletions signify-ts-test/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
presets: [
["@babel/preset-env", { targets: { node: "current" } }],
"@babel/preset-typescript",
],
};
3 changes: 3 additions & 0 deletions signify-ts-test/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ const config: Config = {
tsconfig: "tsconfig.json",
},
},
transform: {
"^.+\\.tsx?$": ["ts-jest", { useESM: true }],
},
};

export default config;
425 changes: 260 additions & 165 deletions signify-ts-test/package-lock.json

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions signify-ts-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@
"mathjs": "^12.4.0",
"minimist": "^1.2.8",
"signify-ts": "github:weboftrust/signify-ts#main",
"structured-headers": "^0.5.0"
"structured-headers": "^0.5.0",
"vlei-verifier-workflows": "^0.0.2"
},
"devDependencies": {
"@babel/preset-typescript": "^7.26.0",
"@jest/globals": "^29.7.0",
"@mermaid-js/mermaid-cli": "^10.6.1",
"@types/adm-zip": "^0.5.5",
"@types/dockerode": "^3.3.32",
Expand All @@ -54,7 +57,7 @@
"jsdoc": "^4.0.2",
"minami": "^1.2.3",
"prettier": "^3.3.3",
"ts-jest": "^29.1.1",
"ts-jest": "^29.2.5",
"ts-mockito": "^2.6.1",
"ts-node": "^10.9.1",
"typedoc": "^0.25.3",
Expand Down
41 changes: 0 additions & 41 deletions signify-ts-test/src/utils/generate-test-data.ts

This file was deleted.

85 changes: 0 additions & 85 deletions signify-ts-test/src/utils/handle-json-config.ts

This file was deleted.

Loading

0 comments on commit b223f65

Please sign in to comment.