//example truffle test setup
const deployFramework = require("@superfluid-finance/ethereum-contracts/scripts/deploy-framework");
const deployTestToken = require("@superfluid-finance/ethereum-contracts/scripts/deploy-test-token");
const deploySuperToken = require("@superfluid-finance/ethereum-contracts/scripts/deploy-super-token");
contract("My Test", accounts => {
const [admin, bob, carol, dan] = accounts;
await deployFramework(errorHandler, {
beforeEach(async function() {
await deployTestToken(errorHandler, [":", "fDAI"], {
await deploySuperToken(errorHandler, [":", "fDAI"], {