[jasmine-expect-jsx] Use global references to other packages, not parent ("../xxx") references (#47232)

This commit is contained in:
Jack Bates 2020-09-14 15:44:28 -07:00 committed by GitHub
parent 8a20b53292
commit a0edcf862c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,3 @@
/// <reference types="../jasmine"/>
/// <reference types="./index"/>
describe('test suite', () => {