1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

[E2E] quit mocha after test (#15253)

* quit mocha after test

* lint
This commit is contained in:
PeterYinusa 2022-07-18 09:19:49 +01:00 committed by GitHub
parent 4993d28a8f
commit 5bf30606fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,7 @@ async function main() {
'--timeout',
testTimeoutInMilliseconds,
e2eTestPath,
'--exit',
]);
});
}