Types
This commit is contained in:
parent
b05dc6ab49
commit
bbe5f0041d
|
@ -89,7 +89,7 @@ export const runJsHelpersTests = ({
|
||||||
const jsExamples = Object.keys(manifest).reduce((acc, v) => {
|
const jsExamples = Object.keys(manifest).reduce((acc, v) => {
|
||||||
acc[v] = manifest[v].filter(([key]) => jsHelpers[key])
|
acc[v] = manifest[v].filter(([key]) => jsHelpers[key])
|
||||||
return acc
|
return acc
|
||||||
}, {})
|
}, {} as typeof manifest)
|
||||||
|
|
||||||
describe.each(Object.keys(jsExamples))("%s", collection => {
|
describe.each(Object.keys(jsExamples))("%s", collection => {
|
||||||
const examplesToRun = jsExamples[collection]
|
const examplesToRun = jsExamples[collection]
|
||||||
|
|
Loading…
Reference in New Issue