Phala-Network / swanky-plugin-phala

Phala swanky plugin for an all-in-one developer environment for WASM ink-based phat contracts.
MIT License
5 stars 2 forks source link

Fix http_client template #15

Closed HashWarlock closed 1 year ago

HashWarlock commented 1 year ago

Description

Fix the local testnet contract test function. Currently the phala contract test function fails to connect to the local testnet and there is an import dependency error on the mocha package.

Another bug involves the http_client template. The tests folder is missing causing the copy template to fail. Renaming the test to tests resolves the error.

Target