mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
test deno compile
To ensure the resulting deno compiles things that don’t behave as deno
This commit is contained in:
parent
3055115b3e
commit
fde48d56a4
1 changed files with 2 additions and 0 deletions
|
@ -56,5 +56,7 @@ test:
|
||||||
- mv $FIXTURE test.ts
|
- mv $FIXTURE test.ts
|
||||||
- deno install test.ts
|
- deno install test.ts
|
||||||
- test "$($HOME/.local/bin/test)" = "Hello, world!"
|
- test "$($HOME/.local/bin/test)" = "Hello, world!"
|
||||||
|
- deno compile test.ts
|
||||||
|
- test "$(./test)" = "Hello, world!"
|
||||||
fixture: |
|
fixture: |
|
||||||
console.log("Hello, world!");
|
console.log("Hello, world!");
|
||||||
|
|
Loading…
Reference in a new issue