mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +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
|
@ -56,5 +56,7 @@ test:
|
|||
- mv $FIXTURE test.ts
|
||||
- deno install test.ts
|
||||
- test "$($HOME/.local/bin/test)" = "Hello, world!"
|
||||
- deno compile test.ts
|
||||
- test "$(./test)" = "Hello, world!"
|
||||
fixture: |
|
||||
console.log("Hello, world!");
|
||||
|
|
Loading…
Reference in a new issue