You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests generate erroneous path. the variable contract_name does not take into account the register, and you have to change the path manually in index.test.js
`
import MyflipperFactory from "../../typedContracts/Myflipper/constructors/Myflipper";
import Myflipper from "../../typedContracts/Myflipper/contracts/Myflipper";
`
the last location should be "myflipper"
The text was updated successfully, but these errors were encountered:
Description
https://github.com/AstarNetwork/swanky-cli/blob/9d5e528c613e912896e8bb670fd2482285af3502/src/templates/contracts/flipper/test/index.test.ts.hbs#L3
Tests generate erroneous path. the variable contract_name does not take into account the register, and you have to change the path manually in index.test.js
`
import MyflipperFactory from "../../typedContracts/Myflipper/constructors/Myflipper";
import Myflipper from "../../typedContracts/Myflipper/contracts/Myflipper";
`
the last location should be "myflipper"
The text was updated successfully, but these errors were encountered: