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.
1 parent 60d1eda commit 28dc4e9Copy full SHA for 28dc4e9
test/resources-public/products.test.ts
@@ -18,12 +18,12 @@ test(target, async t => {
18
});
19
20
t.test(`${target} - check definitions`, async t => {
21
- t.equal(existsSync(`${outdir}/foo/definitions/BankSvcRq.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}/file/index.ts`);
+ await typecheck(`${outdir}/products/index.ts`);
27
28
29
0 commit comments