mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-16 02:24:33 +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.