Swap-Aggregator-Subgraph/node_modules/@graphprotocol/graph-cli/tests/cli/globalSetup.js
2022-07-03 07:27:35 +05:30

7 lines
132 B
JavaScript

const { npmLinkCli } = require('./util')
module.exports = async () => {
process.env.GRAPH_CLI_TESTS = '1'
await npmLinkCli()
}