mirror of
https://github.com/ilyakooo0/purescript-spec-mocha.git
synced 2024-11-22 02:32:08 +03:00
Removed mocha globals check
This commit is contained in:
parent
1b40a1f2b2
commit
903fb27f99
@ -2,10 +2,6 @@
|
|||||||
|
|
||||||
// module Test.Spec.Mocha
|
// 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) {
|
export const itAsync = function (only) {
|
||||||
"use strict";
|
"use strict";
|
||||||
return function (name) {
|
return function (name) {
|
||||||
|
Loading…
Reference in New Issue
Block a user