Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: add ts smoke tests #801

Merged
merged 4 commits into from May 13, 2024
Merged

test: add ts smoke tests #801

merged 4 commits into from May 13, 2024

Conversation

antongolub
Copy link
Contributor

@antongolub antongolub commented May 11, 2024

{
    "test:smoke:tsx": "tsx ./test/smoke/ts.test.ts",
    "test:smoke:tsc": "tsc --esModuleInterop --outdir ./temp/tsc --module node16 ./test/smoke/ts.test.ts && node ./temp/tsc/ts.test.js",
    "test:smoke:ts-node": "node --loader ts-node/esm ./test/smoke/ts.test.ts"
}

@antongolub antongolub force-pushed the smoke-ts branch 5 times, most recently from 78fe430 to 08364aa Compare May 11, 2024 11:58
@antonmedv antonmedv merged commit 7384185 into google:main May 13, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants