jasmine spec name patch
Allows to get spec's name in Jasmine beforeEach
and afterEach
callback. See also jasmine/jasmine#611).
How to use
npm i jasmine-spec-name-patch
; ;
Decorate beforeEach / afterEach fn
You can also intercept afterEach
function.
const wrap = ;// Or you can use jasmine-spec-name-patch/after-each also. ;
License
MIT