Removed mocha globals check

This commit is contained in:
iko 2023-01-01 16:26:36 +00:00 committed by GitHub
parent 1b40a1f2b2
commit 903fb27f99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,6 @@
// module Test.Spec.Mocha
if (typeof describe !== 'function' || typeof it !== 'function') {
throw new Error('Mocha globals seem to be unavailable!');
}
export const itAsync = function (only) {
"use strict";
return function (name) {