fix(tests): set mocked state

This commit is contained in:
lowlighter
2022-06-29 00:05:59 -04:00
parent 8e38168815
commit 18356f3d4f
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ import urls from "url"
//Mocked state
let mocked = false
process.env.METRICS_MOCKED = true
//Mocking
export default async function({graphql, rest}) {