error TS2304: Cannot find name 'before'. mocha chai code example
Example: error TS2304: Cannot find name 'beforeEach'.
import {} from 'jasmine';
add above line to testing file 'xx.spec.ts' this will save you time..
import {} from 'jasmine';
add above line to testing file 'xx.spec.ts' this will save you time..