adding comment

This commit is contained in:
ppisljar 2016-09-21 16:05:32 +02:00
parent 14817199a7
commit 65edc94a23

View file

@ -92,6 +92,7 @@ export function setupTopLevelDescribeFilter(test) {
return result;
};
// to allow describe.only calls. we dont need interceptor as it will call describe internally
describeInterceptor.only = originalDescribe.only;
// ensure that window.describe isn't messed with by other code