mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-20 00:50:03 +00: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.