Skip to content

Commit 774cecd

Browse files
committed
more fixes
1 parent 2370182 commit 774cecd

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

tests/specs/ecosystem/shyce/echo_chamber/0_1_0.test

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,4 @@ shyce/echo-chamber/0.1.0
99

1010
== FAST CHECK EMIT PASSED ==
1111

12-
== TYPE CHECK FAILED ==
13-
-- stdout --
14-
15-
-- stderr --
16-
TS2503 [ERROR]: Cannot find namespace 'NodeJS'.
17-
public get _internalPingInterval(): NodeJS.Timeout | null {
18-
~~~~~~
19-
at file://<tmpdir>/src/EchoChamber.ts:50:39
20-
21-
TS2503 [ERROR]: Cannot find namespace 'NodeJS'.
22-
public set _internalPingInterval(pingInterval: NodeJS.Timeout | null) {}
23-
~~~~~~
24-
at file://<tmpdir>/src/EchoChamber.ts:53:50
25-
26-
Found 2 errors.
27-
28-
error: Type checking failed.
29-
12+
== TYPE CHECK PASSED ==

tests/specs/ecosystem/teapot/insomnia_plugin_aws/0_1_0.test

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,10 @@ teapot/insomnia-plugin-aws/0.1.0
1313
-- stdout --
1414

1515
-- stderr --
16-
TS2503 [ERROR]: Cannot find namespace 'NodeJS'.
17-
platform: NodeJS.Platform;
18-
~~~~~~
19-
at file://<tmpdir>/src/types/app.ts:18:13
20-
2116
TS2580 [ERROR]: Cannot find name 'Buffer'.
2217
getBodyBuffer: (response: Response, fallback?: any) => Promise<Buffer | null>;
2318
~~~~~~
2419
at file://<tmpdir>/src/types/template.ts:60:72
2520

26-
Found 2 errors.
27-
2821
error: Type checking failed.
2922

0 commit comments

Comments
 (0)