Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

TypeScript tests fail to run with a JavaScript smart contract #581

Closed
Jakeeyturner opened this issue Feb 13, 2019 · 0 comments
Closed

TypeScript tests fail to run with a JavaScript smart contract #581

Jakeeyturner opened this issue Feb 13, 2019 · 0 comments
Assignees
Labels
bug Something isn't working sev2
Milestone

Comments

@Jakeeyturner
Copy link
Contributor

TypeScript tests fail to run for a generated JavaScript smart contract.
This is because there is no tsconfig.json created on the project or test generation.
Additionally, the typescript and ts-node dependencies are not included in a JavaScript smart contract, so this will cause TypeScript tests to fail.

When generating TypeScript tests, we should consider installing these two dependencies and creating a tsconfig.json file.

@Jakeeyturner Jakeeyturner added the bug Something isn't working label Feb 13, 2019
@cazfletch cazfletch added the sev2 label Feb 22, 2019
@cazfletch cazfletch added this to the Sprint 1 milestone Feb 25, 2019
Jakeeyturner added a commit to Jakeeyturner/blockchain-vscode-extension that referenced this issue Feb 25, 2019
Signed-off-by: Jake Turner <jaketurner25@live.com>
Jakeeyturner added a commit to Jakeeyturner/blockchain-vscode-extension that referenced this issue Feb 27, 2019
Signed-off-by: Jake Turner <jaketurner25@live.com>
Jakeeyturner added a commit to Jakeeyturner/blockchain-vscode-extension that referenced this issue Feb 27, 2019
Signed-off-by: Jake Turner <jaketurner25@live.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working sev2
Projects
None yet
Development

No branches or pull requests

2 participants