Skip to content

Commit

Permalink
Merge pull request Expensify#38225 from software-mansion-labs/ts-migr…
Browse files Browse the repository at this point in the history
…ation/utils

[TS migration][No QA] Migrate 'utils' workflow test to TypeScript
  • Loading branch information
Hayata Suenaga authored Mar 19, 2024
2 parents 7d8cede + 2fc3d2a commit 2fb3c50
Show file tree
Hide file tree
Showing 27 changed files with 604 additions and 287 deletions.
228 changes: 222 additions & 6 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"test:e2e:dev": "ts-node tests/e2e/testRunner.ts --config ./config.dev.ts",
"gh-actions-unused-styles": "./.github/scripts/findUnusedKeys.sh",
"workflow-test": "./workflow_tests/scripts/runWorkflowTests.sh",
"workflow-test:generate": "ts-node workflow_tests/utils/preGenerateTest.js",
"workflow-test:generate": "ts-node workflow_tests/utils/preGenerateTest.ts",
"setup-https": "mkcert -install && mkcert -cert-file config/webpack/certificate.pem -key-file config/webpack/key.pem dev.new.expensify.com localhost 127.0.0.1",
"e2e-test-runner-build": "ncc build tests/e2e/testRunner.ts -o tests/e2e/dist/"
},
Expand Down Expand Up @@ -283,6 +283,7 @@
"shellcheck": "^1.1.0",
"style-loader": "^2.0.0",
"time-analytics-webpack-plugin": "^0.1.17",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"type-fest": "^4.10.2",
"typescript": "^5.3.2",
Expand Down
Loading

0 comments on commit 2fb3c50

Please sign in to comment.