Question: I have a local testnet node using Hardhat. I can successfully deploy and test against my contract using plain javascript, async await and const { ethers, upgrades } = require("hardhat");. I am correctly returning, and printing to the console, ...