We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e058b9d + d064f42 commit d9afaecCopy full SHA for d9afaec
test/resources-public/products.test.ts
@@ -18,13 +18,13 @@ test(target, async t => {
18
});
19
20
t.test(`${target} - check definitions`, async t => {
21
- t.equal(existsSync(`${outdir}/${target}/definitions/KeyValuePair.ts`), true);
+ t.equal(existsSync(`${outdir}/products/definitions/KeyValuePair.ts`), true);
22
t.end();
23
24
25
t.test(`${target} - compile`, async t => {
26
- await typecheck(`${outdir}/${target}/index.ts`);
27
- t.end();
+ await typecheck(`${outdir}/products/index.ts`);
+ t.end();
28
29
30
0 commit comments