mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-11 07:44:02 +08:00
The test only compile because `jasmine-tests.ts` doesn't import or export anything, and so the typescript compiler thinks it is a global definition file. I've added a note explaining how normal users would declare their custom matchers.