TypeScript type definition for `shescape/testing` are outdated
Closed this issue · 0 comments
ericcornelissen commented
Bug Report
Description
The .d.ts
file for shescape/testing
is defined as index.d.ts
which was correct prior to v1.6.7 but isn't since the introduction of the exported injectionStrings
variable, which isn't part of the main shescape
module.
A dedicate TypeScript type declaration file for the shescape/testing
module should be created.
Actual Behaviour
n/a
Expected Behaviour
n/a
Working Example
n/a