This repository was archived by the owner on Dec 12, 2023. It is now read-only.
This repository was archived by the owner on Dec 12, 2023. It is now read-only.
Use salsa to test against existing tests in source #75
Open
Description
Originated from #59
The idea is to leverage test cases already written by the package author to test against the typings.
The challenge we face are as follows:
- Currently salsa does not support cli access:
Validate JS file against typings? microsoft/TypeScript#7661 - The test harness used by the package author and the way they use it can varies
- Some modification of the tests are needed
Add source tests typed-typings/npm-chai#7 (comment)