looking good

This commit is contained in:
hatim boufnichel 2024-04-25 19:41:32 +02:00
parent d3ca8f6d2d
commit 2e105f0478

View file

@ -19,6 +19,7 @@ const getDescribe = (fileName: string): Describe => {
} }
} }
} }
const start = async () => { const start = async () => {
await setupNetwork() await setupNetwork()
const files = await globby(["**/*.spec.js", "!**/node_modules/**"]) const files = await globby(["**/*.spec.js", "!**/node_modules/**"])