Skip to content

Commit 0f0660a

Browse files
committed
style: test: remove newlines at end in TS declarations test
Signed-off-by: Andrey <[email protected]>
1 parent 853e661 commit 0f0660a

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

test/typescript_declarations/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ clean:
66
test:
77
cargo run --quiet -- build
88
tsc ./build/dev/javascript/typescript_declarations/typescript_declarations.d.mts --noEmit --lib es2015
9-
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# typescript_declarations
22

33
Check that generated TypeScript declarartions are correct. This requires TypeScript installed and be in PATH.
4-

test/typescript_declarations/gleam.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ typescript_declarations = true
77

88
[dependencies]
99
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
10-

0 commit comments

Comments
 (0)